-
Notifications
You must be signed in to change notification settings - Fork 6
/
ansible.cfg
28 lines (27 loc) · 961 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
[defaults]
roles_path = ../../galaxy_roles:../../corporate_roles:../../wrapper_roles:./roles
inventory = inventory
library = library
ansible_managed = Ansible managed: Do NOT edit this file manually!
retry_files_enabled = False
nocows = 1
stdout_callback = skippy
remote_tmp = /tmp/.ansible-${USER}/tmp
callback_whitelist = timer,profile_tasks,profile_roles
# This is calculated by 50 + (int(memory_in_gigs) -2) * 75
# with a default of 8G memory.
#forks = 500
[colors]
# highlight = white
# verbose = blue
# warn = bright purple
# error = red
# debug = dark gray
# deprecate = purple
# skip = cyan
# unreachable = red
# ok = green
# changed = yellow
diff_add = bright green
diff_remove = bright magenta
diff_lines = bright cyan