1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 21:23:31 +02:00
infrastructure/ansible.cfg
2016-05-17 13:47:22 +02:00

14 lines
220 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
[ssh_connection]
pipelining = True
scp_if_ssh = True