draft 1st release of ansible-console

porting @dominis 's ansible-shell tool from 1.9 and integrating it into ansible
added verbosity control
made more resilitent to several errors
added highlight color, to configurable colors
more resilient on exception and interruptions
prompt coloring, goes red and changes to # when using become = true and root
become setting is now explicit and not a toggle
This commit is contained in:
Brian Coca 2016-03-07 11:03:53 +01:00 committed by Brian Coca
parent 8aee648bc9
commit e74ab3ecdd
6 changed files with 449 additions and 0 deletions

View file

@ -49,6 +49,7 @@ setup(name='ansible',
'bin/ansible-pull',
'bin/ansible-doc',
'bin/ansible-galaxy',
'bin/ansible-shell',
'bin/ansible-vault',
],
data_files=[],