infrastructure/ansible.cfg

14 lines
220 B
INI
Raw Normal View History

[defaults]
inventory = hosts
remote_tmp = $HOME/.ansible/tmp
transport = smart
remote_port = 22
gathering = implicit
remote_user = root
nocows = 1
2016-05-17 13:47:22 +02:00
roles_path = roles
[ssh_connection]
pipelining = True
scp_if_ssh = True