This commit is contained in:
17
infrastructure/create-resources/ansible/site.yml
Normal file
17
infrastructure/create-resources/ansible/site.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- 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"
|
||||
#
|
Reference in New Issue
Block a user