openstack-ansible/releasenotes/notes/ansible-role-fetch-mode-cd163877e96d504a.yaml
Kevin Carter 96d0dd09da Added option to set the role fetch mode
A new option has been added to OpenStack-Ansible to set
the role fetch mode. The option ``ANSIBLE_ROLE_FETCH_MODE``
will enable the ability to change how role dependencies are
resolved. The variable can be set to "galaxy", or "git-clone".
The default value is "galaxy".

Change-Id: I70d9528b2350e64fafe967e023c3f26ed57e8630
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-05-23 09:48:56 +00:00

6 lines
204 B
YAML

---
features:
- A new option has been added to ``bootstrap-ansible.sh`` to set
the role fetch mode. The environment variable ``ANSIBLE_ROLE_FETCH_MODE``
sets how role dependencies are resolved.