Create and stated write role for deploy k8s cluster
This commit is contained in:
10
ansible/roles/k8s-deploy-cluster/tasks/main.yml
Normal file
10
ansible/roles/k8s-deploy-cluster/tasks/main.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
- block:
|
||||
|
||||
# - include_tasks: k8s-pre.yml
|
||||
- include_tasks: k8s-control-plane-setup.yml
|
||||
|
||||
|
||||
|
||||
when: ansible_distribution == "Debian" and ansible_distribution_major_version == "12"
|
Reference in New Issue
Block a user