summaryrefslogtreecommitdiffstats
path: root/roles/openshift_certificate_expiry/examples/playbooks/default.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-18 13:43:00 -0500
committerGitHub <noreply@github.com>2017-01-18 13:43:00 -0500
commitf133c863a0ca657b7e0c87c117428e053ac74db0 (patch)
tree1da1042e294feaa382b6651c779d0602f31ac102 /roles/openshift_certificate_expiry/examples/playbooks/default.yaml
parent7a0228f432a0d68bd63a68b940a7913d4a6a7e7c (diff)
parentc8d7c7e2d512f94990ee461297876b10fbc73207 (diff)
downloadopenshift-f133c863a0ca657b7e0c87c117428e053ac74db0.tar.gz
openshift-f133c863a0ca657b7e0c87c117428e053ac74db0.tar.bz2
openshift-f133c863a0ca657b7e0c87c117428e053ac74db0.tar.xz
openshift-f133c863a0ca657b7e0c87c117428e053ac74db0.zip
Merge pull request #3099 from tbielawa/expiry_serials
[Cert Expiry] Add serial numbers, include example PBs, docs
Diffstat (limited to 'roles/openshift_certificate_expiry/examples/playbooks/default.yaml')
-rw-r--r--roles/openshift_certificate_expiry/examples/playbooks/default.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/openshift_certificate_expiry/examples/playbooks/default.yaml b/roles/openshift_certificate_expiry/examples/playbooks/default.yaml
new file mode 100644
index 000000000..630135cae
--- /dev/null
+++ b/roles/openshift_certificate_expiry/examples/playbooks/default.yaml
@@ -0,0 +1,10 @@
+---
+# 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