summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/ca.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-10-03 11:38:19 -0400
committerRussell Teague <rteague@redhat.com>2017-10-03 13:26:24 -0400
commita34bb1142f01ff0768e386a3a025a5a9012fd8eb (patch)
tree1895ea14bd3d90af932c815cb1653a75e1d8a9c7 /playbooks/common/openshift-master/ca.yml
parent158bc58ed9df2926b04c63dc0c72a7aa4f2192a2 (diff)
downloadopenshift-a34bb1142f01ff0768e386a3a025a5a9012fd8eb.tar.gz
openshift-a34bb1142f01ff0768e386a3a025a5a9012fd8eb.tar.bz2
openshift-a34bb1142f01ff0768e386a3a025a5a9012fd8eb.tar.xz
openshift-a34bb1142f01ff0768e386a3a025a5a9012fd8eb.zip
Move master cert playbooks into master config path
Diffstat (limited to 'playbooks/common/openshift-master/ca.yml')
-rw-r--r--playbooks/common/openshift-master/ca.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/playbooks/common/openshift-master/ca.yml b/playbooks/common/openshift-master/ca.yml
deleted file mode 100644
index 5bb796fa3..000000000
--- a/playbooks/common/openshift-master/ca.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- 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 }}"