diff options
author | Jose A. Rivera <jarrpa@redhat.com> | 2017-04-17 17:36:19 -0500 |
---|---|---|
committer | Jose A. Rivera <jarrpa@redhat.com> | 2017-05-04 11:44:54 +0200 |
commit | 1328328522f11db02d526f72df66c424f3dfbfa3 (patch) | |
tree | 235aad87f12a43bd74d58260d31c482fde2997e4 /playbooks/common/openshift-cluster | |
parent | 023e7d00b26b870b26c514a7893a9511fa9770d7 (diff) | |
download | openshift-1328328522f11db02d526f72df66c424f3dfbfa3.tar.gz openshift-1328328522f11db02d526f72df66c424f3dfbfa3.tar.bz2 openshift-1328328522f11db02d526f72df66c424f3dfbfa3.tar.xz openshift-1328328522f11db02d526f72df66c424f3dfbfa3.zip |
GlusterFS: Allow for a separate registry-specific playbook
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/evaluate_groups.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/evaluate_groups.yml b/playbooks/common/openshift-cluster/evaluate_groups.yml index 17a177644..46932b27f 100644 --- a/playbooks/common/openshift-cluster/evaluate_groups.yml +++ b/playbooks/common/openshift-cluster/evaluate_groups.yml @@ -155,5 +155,5 @@ groups: oo_glusterfs_to_config ansible_ssh_user: "{{ g_ssh_user | default(omit) }}" ansible_become: "{{ g_sudo | default(omit) }}" - with_items: "{{ g_glusterfs_hosts | default([]) }}" + with_items: "{{ g_glusterfs_hosts | union(g_glusterfs_registry_hosts) | default([]) }}" changed_when: no |