community.general/lib/ansible
Monty Taylor bd9ca5ef28 Allow setting alternate_role_name for galaxy CLI (#17418)
When using the ansible-galaxy CLI to import roles, it's not possible to
specify an alternate_role_name, even though the REST API seems to allow
such a thing (at least on investigation of the interactions the web app
makes) That makes importing things like:
openstack/openstack-ansible-os_cloudkitty wind up with roles named
"openstack-ansible-os_cloudkitty" instead of "os_cloudkitty".

Also, the web ui is smart and imports
"openstack-infra/ansible-role-puppet" as openstack-infra.puppet ... but
the CLI imports it as openstack-infra.ansible-role-puppet. Add that
filtering as well.

Issue ansible/galaxy-issues:#185
2016-10-27 22:34:59 -04:00
..
cli Allow setting alternate_role_name for galaxy CLI (#17418) 2016-10-27 22:34:59 -04:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
executor iterate through task results only if the key is not at the root level (#18214) 2016-10-27 09:43:49 -04:00
galaxy Allow setting alternate_role_name for galaxy CLI (#17418) 2016-10-27 22:34:59 -04:00
inventory Allow unicode inventory filename 2016-10-15 16:54:51 -07:00
module_utils Set ansible_os_family correctly under KDE neon 2016-10-27 20:28:38 +01:00
modules Add --container-enabled option to ansible-galaxy init command. (#18157) 2016-10-27 22:16:22 -04:00
parsing Fix search path for relative paths in roles (fixes #17877) 2016-10-17 11:21:46 -04:00
playbook Add a new potential su prompt 2016-10-24 16:55:54 -07:00
plugins Fix OpenSSH-related ssh process exit race 2016-10-27 15:47:24 -07:00
template Remove unnecessary warnings (#18121) 2016-10-20 22:49:49 -04:00
utils Docs fragment for common a10 options (#18163) 2016-10-25 16:03:25 +01:00
vars Correct delegated_host_name check 2016-10-11 11:15:53 -07:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Make the default Ansible_managed string static so it doesn't interfere with idempotency 2016-10-18 16:19:17 -04:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00