[Add] Updated conftest to latest version, policies updated, precommit hook also updated
This commit is contained in:
22
ansible/site.yml
Normal file
22
ansible/site.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user