first commit

This commit is contained in:
Fabio Scotto di Santolo
2026-03-12 14:36:24 +01:00
commit 6e0f5eb83b
41 changed files with 404 additions and 0 deletions

5
ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,5 @@
[defaults]
inventory = inventory/hosts.yml
roles_path = roles
host_key_checking = False
retry_files_enabled = False