Andrew Butcher 3bd5ae21ad Support for redeploying certificates. il y a 8 ans
..
meta 4c66a9b624 Add options for specifying named ca certificates to be added to the openshift ca bundle. il y a 8 ans
tasks 3bd5ae21ad Support for redeploying certificates. il y a 8 ans
vars f64635beea Refactor openshift certificates roles. il y a 8 ans
README.md f64635beea Refactor openshift certificates roles. il y a 8 ans

README.md

OpenShift CA

This role delegates all tasks to the openshift_ca_host such that this role can be depended on by other OpenShift certificate roles.

Requirements

Role Variables

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.

Dependencies

  • openshift_repos
  • openshift_cli

Example Playbook

- name: Create OpenShift CA
  hosts: localhost
  roles:
  - role: openshift_ca
    openshift_ca_host: master1.example.com

License

Apache License Version 2.0

Author Information

Jason DeTiberus (jdetiber@redhat.com)