aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lma/ansible-client/ansible.cfg
blob: 307ef457b4ac25ea6dd8558796b7a9595f414ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[defaults]
inventory = ./hosts
host_key_checking = false

# additional path to search for roles in
roles_path = roles

# enable logging
log_path = ./ansible.log

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

[ssh_connection]
pipelining = True