Johnathan Kupferer
2020-03-17 a2ff7304131a5c50fbd98725417430c1c1d84d5d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[defaults]
nocows                  = 1
roles_path              = dynamic-roles:roles-infra:ansible/roles-infra:roles:ansible/roles
forks                   = 50
become                  = False
gathering               = smart
host_key_checking       = False
timeout                 = 60
callback_whitelist      = profile_tasks
#stdout_callback         = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks   = True
 
[privilege_escalation]
become                  = False