Ack! Color! Make it stop!

Hi. I’m a total ansible newbie. My first attempt to run a command came out totally illegible as it’s in color.

How do I turn this off? Forever. Never ask me again, legible output only, please.

I looked through the man page thinking this would be a frequently asked question, but I’m not seeing anything.

–rich

To do this forever, uncomment (or add) this line in /etc/ansible/ansible.cfg:
nocolor = 1

Documentation: http://docs.ansible.com/ansible/intro_configuration.html#nocolor

Cheers,

Marko