This repository has been archived on 2021-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
csc-playbooks/ansible.cfg

20 lines
319 B
INI

[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]
ssh_args = -o ServerAliveInterval=30 -o ControlMaster=no