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
293 B
INI
15 lines
293 B
INI
[defaults]
|
|
# inventory = ./hosts.yml
|
|
nocows = 1
|
|
log_path = ./ansible.log
|
|
# roles_path = {{ playbook_dir }}/roles:
|
|
stdout_callback = yaml
|
|
timeout = 30
|
|
|
|
[privilege_escalation]
|
|
become_method = sudo
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -o ServerAliveInterval=30 -o ServerAliveCountMax=3
|