|
%!s(int64=8) %!d(string=hai) anos | |
---|---|---|
.. | ||
meta | %!s(int64=8) %!d(string=hai) anos | |
tasks | %!s(int64=8) %!d(string=hai) anos | |
vars | %!s(int64=8) %!d(string=hai) anos | |
README.md | %!s(int64=8) %!d(string=hai) anos |
This role delegates all tasks to the openshift_ca_host
such that this role can be depended on by other OpenShift certificate roles.
From this role:
Name | Default value | Description |
---|---|---|
openshift_ca_host | None (Required) | The hostname of the system where the OpenShift CA will be created. |
openshift_ca_config_dir | {{ openshift.common.config_base }}/master |
CA certificate directory. |
openshift_ca_cert | {{ openshift_ca_config_dir }}/ca.crt |
CA certificate path including CA certificate filename. |
openshift_ca_key | {{ openshift_ca_config_dir }}/ca.key |
CA key path including CA key filename. |
openshift_ca_serial | {{ openshift_ca_config_dir }}/ca.serial.txt |
CA serial path including CA serial filename. |
openshift_version | {{ openshift_pkg_version }} |
OpenShift package version. |
- name: Create OpenShift CA
hosts: localhost
roles:
- role: openshift_ca
openshift_ca_host: master1.example.com
Apache License Version 2.0
Jason DeTiberus (jdetiber@redhat.com)