10 lines
282 B
INI
10 lines
282 B
INI
[defaults]
|
|
host_key_checking = False
|
|
roles_path = ./roles:/etc/ansible/roles
|
|
group_vars = ./group_vars
|
|
forks = 20
|
|
strategy = free
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ControlMaster=auto -o ControlPersist=1800s
|
|
pipelining = True |