sac_project/ansible/site.yml

22 lines
285 B
YAML

---
- hosts: k3s_cluster
gather_facts: true
become: true
roles:
- prereq
- download
- hosts: master
become: true
roles:
- k3s/master
- hosts: node
become: true
roles:
- k3s/node
- hosts: localhost
connection: local
roles:
- postconfig/localhost