diff options
author | Russell Teague <rteague@redhat.com> | 2017-05-11 11:46:34 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-05-16 11:20:26 -0400 |
commit | c5c222eddb0b8950995105c4c406f5a5d0bfbacd (patch) | |
tree | 7f5cd9c30afb7f8f9e0d78696de0813078fb9928 /playbooks/common/openshift-cluster/config.yml | |
parent | 15fd42020a0b5fee665c45cd23b9ba3bd152251d (diff) | |
download | openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.gz openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.bz2 openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.tar.xz openshift-c5c222eddb0b8950995105c4c406f5a5d0bfbacd.zip |
Rework openshift_excluders role
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index c320b80ed..1482b3a3f 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -8,10 +8,10 @@ tags: - always gather_facts: no - tasks: - - include_role: - name: openshift_excluder - tasks_from: disable + roles: + - role: openshift_excluder + r_openshift_excluder_action: disable + r_openshift_excluder_service_type: "{{ openshift.common.service_type }}" - include: ../openshift-etcd/config.yml tags: @@ -50,7 +50,7 @@ tags: - always gather_facts: no - tasks: - - include_role: - name: openshift_excluder - tasks_from: enable + roles: + - role: openshift_excluder + r_openshift_excluder_action: enable + r_openshift_excluder_service_type: "{{ openshift.common.service_type }}" |