diff options
Diffstat (limited to 'playbooks/provisioning/openstack/galaxy-requirements.yaml')
-rw-r--r-- | playbooks/provisioning/openstack/galaxy-requirements.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/provisioning/openstack/galaxy-requirements.yaml b/playbooks/provisioning/openstack/galaxy-requirements.yaml new file mode 100644 index 000000000..1d745dcc3 --- /dev/null +++ b/playbooks/provisioning/openstack/galaxy-requirements.yaml @@ -0,0 +1,10 @@ +--- +# This is the Ansible Galaxy requirements file to pull in the correct roles + +# From 'infra-ansible' +- src: https://github.com/redhat-cop/infra-ansible + version: master + +# From 'openshift-ansible' +- src: https://github.com/openshift/openshift-ansible + version: master |