diff options
author | Brian Coca <bcoca@ansible.com> | 2016-03-07 11:03:53 +0100 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2016-03-08 02:25:21 +0100 |
commit | e74ab3ecdd5fb5b4fd2c97d9c2b10d370321297c (patch) | |
tree | 7ed5396f3f030babf634314d5328413fe74de5ca /bin/ansible-console | |
parent | Add as dependency of the parsing make target (diff) | |
download | ansible-e74ab3ecdd5fb5b4fd2c97d9c2b10d370321297c.tar.xz ansible-e74ab3ecdd5fb5b4fd2c97d9c2b10d370321297c.zip |
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
Diffstat (limited to 'bin/ansible-console')
l--------- | bin/ansible-console | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ansible-console b/bin/ansible-console new file mode 120000 index 0000000000..cabb1f519a --- /dev/null +++ b/bin/ansible-console @@ -0,0 +1 @@ +ansible
\ No newline at end of file |