Skip to content

Commit

Permalink
draft 1st release of ansible-console
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bcoca committed Mar 8, 2016
1 parent 8aee648 commit e74ab3e
Show file tree
Hide file tree
Showing 6 changed files with 449 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Ansible Changes By Release
###Major Changes:

* added facility for modules to send back 'diff' for display when ansible is called with --diff, updated several modules to return this info
* added ansible-console tool, a REPL shell that allows running adhoc tasks against a chosen inventory (based on https://github.com/dominis/ansible-shell )

####New Modules:
* aws: ec2_vol_facts
Expand Down
1 change: 1 addition & 0 deletions bin/ansible-console
1 change: 1 addition & 0 deletions examples/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@
#special_context_filesystems=nfs,vboxsf,fuse,ramfs

[colors]
#higlight = white
#verbose = blue
#warn = bright purple
#error = red
Expand Down
Loading

0 comments on commit e74ab3e

Please sign in to comment.