1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 04:53:30 +02:00
infrastructure/ansible.cfg

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