initial commit, here be dragons
This commit is contained in:
13
ansible.cfg
Normal file
13
ansible.cfg
Normal 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
|
Reference in New Issue
Block a user