You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
315 B
INI
15 lines
315 B
INI
[defaults]
|
|
inventory = ./hosts.yml
|
|
nocows = 1
|
|
# remains to be seen where logs end up when using ansible-pull
|
|
# log_path = ./ansible.log
|
|
stdout_callback = yaml
|
|
timeout = 30
|
|
|
|
[privilege_escalation]
|
|
become_method = sudo
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ServerAliveInterval=30 -o ServerAliveCountMax=3
|