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
Thomas Stringer e4cd899363 Add support for Azure 2.0.0 (#27920)
* Adapt azure_rm_resource_group to azure 2.0.0 + azure Cli support

* Fix exceptions in Azure ARM plugins

* update azure_rm_networkinterface documention to reflect required params

* change state param to not required for docs in azure_rm_subnet

* fix import to reflect azure==2.0.0 changes

* add aliases and fix docs for azure_rm_storageblob

* add resource_group_name alias to azure_rm_storageaccount_facts

* fix import bug due to change in azure==2.0.0

* fix args bug and enum modules issue

* update docs to reflect azure==2.0.0

* pin management clients to a specific api_version

* update docs to reflect the new azure-ansible-base python package

* add fallback for older api resource group listing

* rework azure dependencies installation

* refactor path joining to a cross-plat solution
7 years ago
..
cli Add prompt formats for 2.3 compat ask-vault-pass (#27974) 7 years ago
compat Remove wildcard imports 7 years ago
config Add back support for vault_password_file config var (#27597) 7 years ago
errors correct, cleanup & simplify dwim stack (#25956) 7 years ago
executor Fix for ansiballz filenames conflicting with python stdlib modules 7 years ago
galaxy Removes container-enabled warning (#27578) 7 years ago
inventory ensure all groups inherit from 'all' 7 years ago
module_utils Add support for Azure 2.0.0 (#27920) 7 years ago
modules Add support for Azure 2.0.0 (#27920) 7 years ago
parsing Better vault pass prompt behav on EOF, more unit tests (#27981) 7 years ago
playbook helpers.py: Fixes #27334 include empty task file within a 'block' dis… (#27811) 7 years ago
plugins Don't compare group_vars paths with bytestrings (#27922) 7 years ago
template template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
utils [cloud] ovirt: add headers param to auth (#27881) 7 years ago
vars Remove wildcard imports 7 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 8 years ago
constants.py Fix undefined variables, basestring usage, and some associated python3 issues 7 years ago
release.py Collated PEP8 fixes (#25293) 7 years ago