-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
29 lines (20 loc) · 968 Bytes
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# https://docs.ansible.com/ansible/latest/reference_appendices/config.html
[defaults]
# https://docs.ansible.com/ansible/latest/plugins/callback.html
# Enable to get some performance statistics about roles and taks
# https://docs.ansible.com/ansible/latest/plugins/callback/profile_tasks.html
# callback_whitelist = profile_roles, profile_tasks
# https://docs.ansible.com/ansible/2.8/plugins/callback/counter_enabled.html
# stdout_callback = counter_enabled
# Disable retry files
retry_files_enabled = False
# Automatically discover any Python intepreter on the target system.
python_interpreter = auto
# Additional paths to search for roles in, colon separated
roles_path = ./roles:
# https://docs.ansible.com/ansible/2.8/reference_appendices/config.html#ansible-cow-selection
cow_selection = tux
#nocows = 1
[ssh_connection]
# https://docs.ansible.com/ansible/2.8/reference_appendices/config.html?highlight=pipelining#ansible-pipelining
# pipelining = True