initial commit, here be dragons

This commit is contained in:
2021-04-04 18:45:11 +02:00
commit 58137668b7
39 changed files with 1237 additions and 0 deletions

13
ansible.cfg Normal file
View File

@ -0,0 +1,13 @@
[defaults]
inventory = hosts.yml
retry_files_enabled = False
vault_password_file = vault-password.sh
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .fact_caching
fact_caching_timeout = 3600
# Print more human-readable command outputs
stdout_callback = debug
[privilege_escalation]
become = True