summaryrefslogtreecommitdiff
path: root/lib/ansible/color.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit.Michael DeHaan2014-03-161-2/+1
|
* Update various copyrights. Not complete, but sufficient.Michael DeHaan2014-01-041-1/+1
|
* These fields are booleans.Michael DeHaan2013-08-101-1/+1
|
* Add a nocolor setting to ansible.cfgAbhijit Menon-Sen2013-08-081-1/+2
|
* Check for existence of isatty on stdout before calling itAtte Virtanen2013-07-191-1/+1
|
* Added a ANSIBLE_FORCE_COLOR env var, which forces the color output no matter ↵Marko Mikulicic2012-10-061-0/+3
| | | | what ncurses says.
* Check for terminal capabilities if curses is availableDag Wieërs2012-08-251-1/+13
| | | | | | | | | Normally curses is part of the standard library, but this was not always the case in the past. The ANSIBLE_COLOR environment variable and the tty-check have priority over the curses method (as they are both faster than the curses test).
* formattingMichael DeHaan2012-08-111-8/+8
|
* rm stray commentMichael DeHaan2012-07-251-1/+0
|
* blue on black, tears on a river, push on a shove, it don't mean muchMichael DeHaan2012-07-251-0/+1
| | | | (make colorized playbook runs not suck on black terminals)
* Move color coding bits to module, use over rest of playbookMichael DeHaan2012-07-241-0/+59