diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-05-02 16:31:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 16:31:41 -0500 |
commit | d045a07f4929cf8722844577e2c73a544c189c64 (patch) | |
tree | c431a9cbb0892f0ed5fcc2b25685a9714e9a8a41 /playbooks/byo/openshift-cluster | |
parent | 18eb563108c8c49c2ebbcf13a310bbc1050d2d9f (diff) | |
parent | 93b380ec368767acde884e4844439e6ad5ae5e98 (diff) | |
download | openshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.gz openshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.bz2 openshift-d045a07f4929cf8722844577e2c73a544c189c64.tar.xz openshift-d045a07f4929cf8722844577e2c73a544c189c64.zip |
Merge pull request #4045 from kwoodson/normalize_groups
Merged by openshift-bot
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/initialize_groups.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/playbooks/byo/openshift-cluster/initialize_groups.yml b/playbooks/byo/openshift-cluster/initialize_groups.yml index 2785dcc3b..2a725510a 100644 --- a/playbooks/byo/openshift-cluster/initialize_groups.yml +++ b/playbooks/byo/openshift-cluster/initialize_groups.yml @@ -8,17 +8,3 @@ - always tasks: - include_vars: cluster_hosts.yml - - name: Evaluate group l_oo_all_hosts - add_host: - name: "{{ item }}" - groups: l_oo_all_hosts - with_items: "{{ g_all_hosts | default([]) }}" - changed_when: no - -- name: Create initial host groups for all hosts - hosts: l_oo_all_hosts - gather_facts: no - tags: - - always - tasks: - - include_vars: cluster_hosts.yml |