summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-checks/certificate_expiry/default.yaml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-16 13:20:39 -0500
committerRussell Teague <rteague@redhat.com>2017-11-16 14:26:37 -0500
commit9f2de18076bbec19116351a7a3552d4fd2f6790a (patch)
tree386f45f949c1cb73707b6a0f529d04f0f676565c /playbooks/byo/openshift-checks/certificate_expiry/default.yaml
parent7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff)
downloadopenshift-9f2de18076bbec19116351a7a3552d4fd2f6790a.tar.gz
openshift-9f2de18076bbec19116351a7a3552d4fd2f6790a.tar.bz2
openshift-9f2de18076bbec19116351a7a3552d4fd2f6790a.tar.xz
openshift-9f2de18076bbec19116351a7a3552d4fd2f6790a.zip
Playbook Consolidation - openshift-checks
Diffstat (limited to 'playbooks/byo/openshift-checks/certificate_expiry/default.yaml')
-rw-r--r--playbooks/byo/openshift-checks/certificate_expiry/default.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/playbooks/byo/openshift-checks/certificate_expiry/default.yaml b/playbooks/byo/openshift-checks/certificate_expiry/default.yaml
deleted file mode 100644
index 630135cae..000000000
--- a/playbooks/byo/openshift-checks/certificate_expiry/default.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-# Default behavior, you will need to ensure you run ansible with the
-# -v option to see report results:
-
-- name: Check cert expirys
- hosts: nodes:masters:etcd
- become: yes
- gather_facts: no
- roles:
- - role: openshift_certificate_expiry