ansible-shell
ansible-shell copied to clipboard
how to use console.py of official ansible 2.1
At the README you stated that the functionality of this application will be available at ansible 2.1 but I can't find anything regarding that. I know that one can execute ansible modules via command line but that's not as convenient as your application. Can you give any hints regarding that?
Found the hint at a git PR https://github.com/ansible/ansible/pull/14824
It wasn't obvious to me either.
ansible-console --help should go into our README.
another hint:
tab completion of group names works only when you are at the top, with cd='*'