aboutsummaryrefslogblamecommitdiffstats
path: root/ansible.cfg
blob: 5720cb3594697435ae652a554f44d4a1a1d5902c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                     









                               
[defaults]
inventory = inventory
error_on_missing_handler = True

[ssh_connection]
pipelining = True

[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False