serverctl/infrastructure/create-resources/ansible/site.yml

18 lines
286 B
YAML
Raw Normal View History

2022-02-19 20:11:28 +01:00
---
- 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"
#