aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: d205e0c5e691cff8eb33865daab9f78ed21b8e46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[defaults]
inventory = inventory
error_on_missing_handler = True
interpreter_python = auto

[ssh_connection]
pipelining = True

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