diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-17 10:24:41 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-19 14:54:56 -0400 |
commit | c9cd222f8eab56a31c6ff237739653672c7010af (patch) | |
tree | 10a0eea158d4e5360f90ccc65837012a87e9dcf4 /roles/openshift_ca/vars | |
parent | c78e91c7d4a304cc5d20135e96206008407c5f6f (diff) | |
download | openshift-c9cd222f8eab56a31c6ff237739653672c7010af.tar.gz openshift-c9cd222f8eab56a31c6ff237739653672c7010af.tar.bz2 openshift-c9cd222f8eab56a31c6ff237739653672c7010af.tar.xz openshift-c9cd222f8eab56a31c6ff237739653672c7010af.zip |
Consolidate ca/master/node certificates roles into openshift_certificates.
Diffstat (limited to 'roles/openshift_ca/vars')
-rw-r--r-- | roles/openshift_ca/vars/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_ca/vars/main.yml b/roles/openshift_ca/vars/main.yml new file mode 100644 index 000000000..a32e385ec --- /dev/null +++ b/roles/openshift_ca/vars/main.yml @@ -0,0 +1,6 @@ +--- +openshift_ca_config_dir: "{{ openshift.common.config_base }}/master" +openshift_ca_cert: "{{ openshift_ca_config_dir }}/ca.crt" +openshift_ca_key: "{{ openshift_ca_config_dir }}/ca.key" +openshift_ca_serial: "{{ openshift_ca_config_dir }}/ca.serial.txt" +openshift_version: "{{ openshift_pkg_version | default('') }}" |