aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: 53f01626b4a733de22d8a5e0f749c5d027048d25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[defaults]
remote_user = root
inventory = inventory/hosts.yaml

[privilege_escalation]
become = yes
become_user = root

[connection]
pipelining = True