serverctl/infrastructure/create-resources/ansible/site.yml
kjuulh 4ee8043bb8
All checks were successful
continuous-integration/drone/push Build is passing
Add k3s to ansible
2022-02-19 21:22:14 +01:00

17 lines
280 B
YAML

---
- hosts: serverctl_cluster
gather_facts: yes
become: yes
roles:
- role: prereq
- role: download
- hosts: serverctl_master_hosts
become: yes
roles:
- role: "./k3s/master"
#- hosts: serverctl_node_hosts
# become: yes
# roles:
# - role: "./k3s/node"
#