ansible-playbooks/ansible.cfg

23 lines
395 B
INI
Raw Normal View History

2015-12-08 00:16:07 -05:00
[defaults]
# Settings
ask_sudo_pass = False
remote_tmp = /tmp/${USER}/ansible
nocows = 1
timeout = 60
2015-12-08 00:16:07 -05:00
# Inventory
2022-07-16 23:04:22 -04:00
inventory = inventory.yaml
2015-12-08 00:16:07 -05:00
# Logging
log_path = ansible.log
# Plugins
2022-07-31 03:35:07 -04:00
#callback_plugins = plugins/callback/log_plays/
2015-12-08 00:16:07 -05:00
[ssh_connection]
2016-07-04 18:01:17 -04:00
#ssh_args = -o ServerAliveInterval=30 -o ControlMaster=no
2015-12-08 00:16:07 -05:00
2022-07-31 03:35:07 -04:00
[privilege_escalation]
become_ask_pass= True