[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

14
ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,14 @@
[defaults]
nocows = True
roles_path = ./roles
inventory = ./k3s-cluster/hosts.ini
remote_tmp = $HOME/.ansible/tmp
local_tmp = $HOME/.ansible/tmp
pipelining = True
become = True
host_key_checking = False
deprecation_warnings = False
callback_whitelist = profile_tasks
callback_enabled = yes
display_failed_stderr = yes