13 lines
303 B
YAML
13 lines
303 B
YAML
---
|
|
- 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
|