adding ansible

This commit is contained in:
2026-07-17 21:12:47 -03:00
parent 7c2086009a
commit 2d29bddfcd
8 changed files with 155 additions and 0 deletions

9
ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,9 @@
[defaults]
inventory = inventory.yml
host_key_checking = True
retry_files_enabled = False
stdout_callback = default
result_format = yaml
collections_path = ./collections
roles_path = ./roles
interpreter_python = auto_silent