diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-07-24 15:12:00 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-07-24 15:17:33 -0400 |
commit | 9692654b0d87605bf45194128dc509cf71eee31f (patch) | |
tree | 170db11933fb7217fc5dc95d0a6159cc092c40b0 /playbooks/common | |
parent | 0883acb3dcd842a14089150b14760b02173edf72 (diff) | |
download | openshift-9692654b0d87605bf45194128dc509cf71eee31f.tar.gz openshift-9692654b0d87605bf45194128dc509cf71eee31f.tar.bz2 openshift-9692654b0d87605bf45194128dc509cf71eee31f.tar.xz openshift-9692654b0d87605bf45194128dc509cf71eee31f.zip |
Normalize logging entry.
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 4 | ||||
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_logging.yml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 7224ae712..867e6b3d6 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -1,4 +1,8 @@ --- +- include: std_include.yml + tags: + - always + # TODO: refactor this into its own include # and pass a variable for ctx - name: Verify Requirements diff --git a/playbooks/common/openshift-cluster/openshift_logging.yml b/playbooks/common/openshift-cluster/openshift_logging.yml index 57580406c..c5f0c406a 100644 --- a/playbooks/common/openshift-cluster/openshift_logging.yml +++ b/playbooks/common/openshift-cluster/openshift_logging.yml @@ -1,5 +1,5 @@ --- -- include: evaluate_groups.yml +- include: std_include.yml - name: OpenShift Aggregated Logging hosts: oo_first_master |