infrastructure/ansible.cfg
Florian Pritz 849eb43df1
Put vault-password-file setting into ansible.cfg
Uhm, yeah. Forget I ever created a wrapper for that...

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2016-07-18 17:04:44 +02:00

14 lines
265 B
INI

[defaults]
inventory = hosts
remote_tmp = $HOME/.ansible/tmp
transport = smart
remote_port = 22
gathering = implicit
remote_user = root
nocows = 1
roles_path = roles
vault_password_file = misc/get-vault-pass.sh
[ssh_connection]
pipelining = True
scp_if_ssh = True