diff options
author | Bogdan Dobrelya <bdobreli@redhat.com> | 2017-07-12 11:52:11 +0200 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2017-07-12 11:52:11 +0200 |
commit | 25a2d4f772d735bc31e7a891e16e3d7d7002cd68 (patch) | |
tree | 4db9ae45b96db3604dec2435e7970d726bc162a9 /playbooks/provisioning/openstack/galaxy-requirements.yaml | |
parent | 7d92318da75c0f1599465e02d58496e470725796 (diff) | |
download | openshift-25a2d4f772d735bc31e7a891e16e3d7d7002cd68.tar.gz openshift-25a2d4f772d735bc31e7a891e16e3d7d7002cd68.tar.bz2 openshift-25a2d4f772d735bc31e7a891e16e3d7d7002cd68.tar.xz openshift-25a2d4f772d735bc31e7a891e16e3d7d7002cd68.zip |
Install DNS roles from casl-infra with galaxy (#529)
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Diffstat (limited to 'playbooks/provisioning/openstack/galaxy-requirements.yaml')
-rw-r--r-- | playbooks/provisioning/openstack/galaxy-requirements.yaml | 6 |
1 files changed, 6 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..93dd14ec2 --- /dev/null +++ b/playbooks/provisioning/openstack/galaxy-requirements.yaml @@ -0,0 +1,6 @@ +--- +# 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 |