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












                               
[defaults]
inventory = inventory
hash_behaviour = merge
error_on_missing_handler = True

[ssh_connection]
pipelining = True

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