You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
317 B
13 lines
317 B
[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
|
|
|