Initial ansible structure and test code

This commit is contained in:
2026-04-02 12:28:20 -04:00
commit 253618c152
5 changed files with 38 additions and 0 deletions

14
ansible.cfg Normal file
View File

@@ -0,0 +1,14 @@
[defaults]
inventory = ./inventories/hosts.ini
roles_path = ./roles
collections_paths = ./collections
host_key_checking = False
retry_files_enabled = False
timeout = 30
forks = 10
[privilege_escalation]
become = True
become_method = sudo
#become_ask_pass = False