init
This commit is contained in:
12
ansible/playbooks/k8s/install/k8s_master.yml
Normal file
12
ansible/playbooks/k8s/install/k8s_master.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: install k8s master
|
||||
hosts: dev-kyiv01-vm-k8s-master-01
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- role: k8s/install/00_python
|
||||
- role: k8s/install/01_helm
|
||||
- role: k8s/install/02_common
|
||||
- role: k8s/install/03_master
|
||||
|
||||
# ansible-playbook playbooks/k8s/install/k8s_master.yml -i inventory.ini
|
||||
Reference in New Issue
Block a user