summaryrefslogtreecommitdiffstats
path: root/playbooks/byo
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-08-15 08:53:07 -0400
committerRussell Teague <rteague@redhat.com>2017-08-15 08:53:07 -0400
commit770e1700dfad94c5be8a673099579aab29457bea (patch)
tree08979487e226ecab20104083f28fedddcff7de78 /playbooks/byo
parent2bc68321f54ed405819d168a4930c75d9ab8fadc (diff)
downloadopenshift-770e1700dfad94c5be8a673099579aab29457bea.tar.gz
openshift-770e1700dfad94c5be8a673099579aab29457bea.tar.bz2
openshift-770e1700dfad94c5be8a673099579aab29457bea.tar.xz
openshift-770e1700dfad94c5be8a673099579aab29457bea.zip
Standardize usage of std_include in byo
Diffstat (limited to 'playbooks/byo')
-rw-r--r--playbooks/byo/openshift-cluster/config.yml4
-rw-r--r--playbooks/byo/openshift-cluster/openshift-logging.yml6
2 files changed, 10 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml
index c0978c6f6..acf5469bf 100644
--- a/playbooks/byo/openshift-cluster/config.yml
+++ b/playbooks/byo/openshift-cluster/config.yml
@@ -3,6 +3,10 @@
tags:
- always
+- include: ../../common/openshift-cluster/std_include.yml
+ tags:
+ - always
+
- include: ../../common/openshift-cluster/config.yml
vars:
openshift_cluster_id: "{{ cluster_id | default('default') }}"
diff --git a/playbooks/byo/openshift-cluster/openshift-logging.yml b/playbooks/byo/openshift-cluster/openshift-logging.yml
index 76f165c6d..bbec3a4c2 100644
--- a/playbooks/byo/openshift-cluster/openshift-logging.yml
+++ b/playbooks/byo/openshift-cluster/openshift-logging.yml
@@ -5,6 +5,12 @@
# currently supported method.
#
- include: initialize_groups.yml
+ tags:
+ - always
+
+- include: ../../common/openshift-cluster/std_include.yml
+ tags:
+ - always
- include: ../../common/openshift-cluster/openshift_logging.yml
vars: