ansible-playbooks/ansible.cfg

20 lines
320 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
# Inventory
inventory = hosts
# Logging
log_path = ansible.log
# Plugins
callback_plugins = plugins/callback/log_plays/
[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