-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
13 lines (11 loc) · 929 Bytes
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
[defaults]
system_errors = False
host_key_checking = False
ask_sudo_pass = False
# Use the YAML callback plugin.
stdout_callback = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
[ssh_connection]
pipelining = True
ssh_args = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ControlMaster=auto -o ControlPersist=30m -o ServerAliveInterval=5 -o ServerAliveCountMax=5 -o PreferredAuthentications=publickey