Initial commit

This commit is contained in:
Jamie Helmke
2025-10-30 21:36:38 +01:00
commit 792f4a7f82
8 changed files with 192 additions and 0 deletions

7
ansible/ansible.cfg Normal file
View File

@@ -0,0 +1,7 @@
[defaults]
inventory = ./ansible/inventory/hosts.ini
roles_path = ./ansible/roles
collections_paths = ./ansible/lib/collections
host_key_checking = False
retry_files_enabled = False
stdout_callback = yaml