14 lines
382 B
INI
14 lines
382 B
INI
[defaults]
|
|
inventory = hosts
|
|
remote_tmp = /tmp
|
|
forks = 50
|
|
nocols = 1
|
|
remote_user = root
|
|
vault_password_file = ~/.of2019-vault-pass
|
|
roles_path = playbooks/roles
|
|
host_key_checking = False
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
ssh_args = -C -o ControlMaster=auto -o ControlPersist=600s -o PasswordAuthentication=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|