Add a nocolor setting to ansible.cfg

This commit is contained in:
Abhijit Menon-Sen 2013-08-08 21:37:33 +05:30
commit 0c96d8af6e
3 changed files with 7 additions and 1 deletions

View file

@ -88,6 +88,10 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
# set to 1 if you don't want cowsay support or export ANSIBLE_NOCOWS=1
#nocows = 1
# don't like colors either?
# set to 1 if you don't want colors, or export ANSIBLE_NOCOLOR=1
#nocolor = 1
[paramiko_connection]
# uncomment this line to cause the paramiko connection plugin to not record new host