Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ansible.cfg 265 B
[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