2019/ansible/ansible.cfg

15 lines
440 B
INI
Raw Permalink Normal View History

2019-05-07 17:18:54 +03:00
[defaults]
inventory = hosts
remote_tmp = /tmp
forks = 50
nocols = 1
2019-07-29 15:04:32 +03:00
nocolor = True
2019-05-07 17:18:54 +03:00
remote_user = root
vault_password_file = ~/.of2019-vault-pass
roles_path = playbooks/roles
host_key_checking = False
[ssh_connection]
pipelining = True
2019-07-29 15:04:32 +03:00
ssh_args = -C -o ControlMaster=auto -o ControlPersist=600s -o PasswordAuthentication=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ControlPath=/tmp/ansible-ssh-%h-%p-%r