diff options
author | Abhijit Menon-Sen <ams@toroid.org> | 2013-08-08 18:07:33 +0200 |
---|---|---|
committer | Abhijit Menon-Sen <ams@toroid.org> | 2013-08-08 18:07:33 +0200 |
commit | 0c96d8af6e9275f6b0872cbf0569fc5e7917d07c (patch) | |
tree | 128f5bd722c05d84a3a0137d7de4c549ecf1360e /examples | |
parent | Add note about python-selinux. (diff) | |
download | ansible-0c96d8af6e9275f6b0872cbf0569fc5e7917d07c.tar.xz ansible-0c96d8af6e9275f6b0872cbf0569fc5e7917d07c.zip |
Add a nocolor setting to ansible.cfg
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 3b3c324f12..9818959757 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -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 |