summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/redeploy-master-certificates.yml
blob: 049bad8e7380eee93f8d0056c56de4b997c0abf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- include: initialize_groups.yml
  tags:
  - always

- include: ../../common/openshift-cluster/std_include.yml
  tags:
  - always

- include: ../../common/openshift-cluster/redeploy-certificates/masters-backup.yml

- include: ../../common/openshift-master/certificates.yml
  vars:
    openshift_certificates_redeploy: true

- include: ../../common/openshift-master/restart.yml