diff options
author | Andrew Butcher <abutcher@redhat.com> | 2017-09-06 10:21:50 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2017-10-02 10:05:44 -0400 |
commit | d8d0e6d7de600d6896014fef928da5bf133dc85e (patch) | |
tree | 1b8b802ad1629b5cf23f3e3656d0ee1d7ef76d01 /playbooks/byo/openshift-node/certificates.yml | |
parent | 54ea443f4ad24ad311c0a036cf283f9e39c865ee (diff) | |
download | openshift-d8d0e6d7de600d6896014fef928da5bf133dc85e.tar.gz openshift-d8d0e6d7de600d6896014fef928da5bf133dc85e.tar.bz2 openshift-d8d0e6d7de600d6896014fef928da5bf133dc85e.tar.xz openshift-d8d0e6d7de600d6896014fef928da5bf133dc85e.zip |
Separate certificate playbooks.
Diffstat (limited to 'playbooks/byo/openshift-node/certificates.yml')
-rw-r--r-- | playbooks/byo/openshift-node/certificates.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-node/certificates.yml b/playbooks/byo/openshift-node/certificates.yml new file mode 100644 index 000000000..3d2de74a9 --- /dev/null +++ b/playbooks/byo/openshift-node/certificates.yml @@ -0,0 +1,6 @@ +--- +- include: ../openshift-cluster/initialize_groups.yml + +- include: ../../common/openshift-cluster/std_include.yml + +- include: ../../common/openshift-node/certificates.yml |