Jim Rigsbee
2020-02-26 a88031495958d4341fb4782e2ba8ababc7303e2f
commit | author | age
6f95e1 1 [defaults]
281c84 2 nocows                  = 1
ae6f44 3 roles_path              = roles:ansible/roles
93d261 4 forks                   = 50
fc2963 5 become                  = False
93d261 6 gathering               = smart
ae6f44 7 host_key_checking       = False
93d261 8 timeout                 = 60
4a521c 9 callback_whitelist      = profile_tasks
468091 10 #stdout_callback         = yaml
4a521c 11 # Use the stdout_callback when running ad-hoc commands.
GC 12 bin_ansible_callbacks   = True
6f95e1 13
ac32e6 14 [privilege_escalation]
fc2963 15 become                  = False