ansible/lib/ansible/cli
Matt Davis 8d1f658ce4
move CLI entrypoints under ansible package (#60004)
* needed so ansible-test can always find the right ones to copy to a target
* renamed the underlying scripts to be properly accessible as Python modules
2019-08-02 11:27:02 -07:00
..
arguments Fix and refix help text for CLI (#55831) 2019-04-30 11:16:26 -04:00
scripts move CLI entrypoints under ansible package (#60004) 2019-08-02 11:27:02 -07:00
__init__.py prevent templating of passwords from prompt (#59246) 2019-07-24 16:00:20 -04:00
adhoc.py Make ansible adhoc work with include_role (#56163) 2019-05-08 09:53:24 -04:00
config.py fixes to config manager (#58530) 2019-07-17 10:39:30 -04:00
console.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
doc.py point at corresponding version (#59200) 2019-07-25 11:54:01 -04:00
galaxy.py Minor fixes in galaxy command for collection (#59846) 2019-08-02 07:48:34 +10:00
inventory.py show host_vars/ also in --graph (#56307) 2019-06-14 13:40:22 -04:00
playbook.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
pull.py Migrate command line parsing to argparse (#50610) 2019-04-23 13:54:39 -05:00
vault.py ansible-vault: convert vault_password_files to list to prevent traceback (#57186) 2019-06-03 12:14:06 +02:00