[Add] Updated conftest to latest version, policies updated, precommit hook also updated

This commit is contained in:
2025-05-23 22:21:21 +03:00
parent 8a0ae2e8fb
commit 5f39f381c1
28 changed files with 838 additions and 126 deletions

22
ansible/site.yml Normal file
View 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