diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-05-30 14:34:19 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-05-30 14:34:19 -0400 |
commit | 098d0c24bb2d08e2107b6c4a55d350ae751458f7 (patch) | |
tree | d3196af96ba721172b820f9a217bd89924454378 /roles/openshift_ca/README.md | |
parent | 4b734695abf9ca112c9ad3be33f03fcd1a1e7abf (diff) | |
download | openshift-098d0c24bb2d08e2107b6c4a55d350ae751458f7.tar.gz openshift-098d0c24bb2d08e2107b6c4a55d350ae751458f7.tar.bz2 openshift-098d0c24bb2d08e2107b6c4a55d350ae751458f7.tar.xz openshift-098d0c24bb2d08e2107b6c4a55d350ae751458f7.zip |
Revert openshift-certificates changes.
Diffstat (limited to 'roles/openshift_ca/README.md')
-rw-r--r-- | roles/openshift_ca/README.md | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/roles/openshift_ca/README.md b/roles/openshift_ca/README.md deleted file mode 100644 index 96c9cd5f2..000000000 --- a/roles/openshift_ca/README.md +++ /dev/null @@ -1,48 +0,0 @@ -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) |