You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/cli
Sloane Hertel c1f1b2029c
Support vars plugins in collections (#61078)
* Move var plugins handling to a separate file

* Allow var plugins to require whitelisting

* Add global configuration ('demand', 'start') for users to control when they execute

* Add 'stage' configuration ('all', 'task', 'inventory') for users to control on a per-plugin basis when they execute

* Update ansible-inventory and InventoryManager to the global and stage configuration

* Update host_group_vars to use stage configuration and whitelisting

* Add documentation for using new options and to the developer's guide

* Add integration tests to exercise whitelisting and the new configuration options, using vars plugins in collections, and maintain backward compatibility

* Changelog

Co-Authored-By: Brian Coca <brian.coca+git@gmail.com>
Co-Authored-By: Sandra McCann <samccann@redhat.com>
6 years ago
..
arguments add ANSIBLE_PLAYBOOK_DIR envvar support (#63220) 6 years ago
scripts Refactor CLI prompt mode check for network plugins (#63945) 6 years ago
__init__.py Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 6 years ago
adhoc.py Make ansible adhoc work with include_role (#56163) 7 years ago
config.py fixes to config manager (#58530) 6 years ago
console.py Migrate command line parsing to argparse (#50610) 7 years ago
doc.py WIP - Fix ansible-doc bugs and add integration tests. (#62461) 6 years ago
galaxy.py Fixes --version in ansible-galaxy cli 6 years ago
inventory.py Support vars plugins in collections (#61078) 6 years ago
playbook.py default collection support (#61415) 6 years ago
pull.py Migrate command line parsing to argparse (#50610) 7 years ago
vault.py ansible-vault: convert vault_password_files to list to prevent traceback (#57186) 7 years ago