summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/ca.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/common/openshift-master/ca.yml')
-rw-r--r--playbooks/common/openshift-master/ca.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/common/openshift-master/ca.yml b/playbooks/common/openshift-master/ca.yml
new file mode 100644
index 000000000..5bb796fa3
--- /dev/null
+++ b/playbooks/common/openshift-master/ca.yml
@@ -0,0 +1,8 @@
+---
+- name: Create OpenShift CA
+ hosts: oo_masters_to_config
+ roles:
+ - role: openshift_master_facts
+ - role: openshift_named_certificates
+ - role: openshift_ca
+ openshift_ca_host: "{{ groups.oo_first_master.0 }}"