aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: e1faee5b20161c2fb7bc2bdd3c62e9e8815d9163 (plain) (blame)
1
2
3
4
5
6
7
8
9
[defaults]
remote_user=root
vault_password_file = ./vault_passwords

[privilege_escalation]
become = yes

[connection]
pipelining = True