https://github.com/informaticsmatters/ansible-role-cert-manager
A basic ansible role to deploy the Kubernetes cert-manager
https://github.com/informaticsmatters/ansible-role-cert-manager
Last synced: 26 days ago
JSON representation
A basic ansible role to deploy the Kubernetes cert-manager
- Host: GitHub
- URL: https://github.com/informaticsmatters/ansible-role-cert-manager
- Owner: InformaticsMatters
- License: apache-2.0
- Created: 2019-12-28T10:43:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T10:48:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T18:43:22.133Z (over 1 year ago)
- Language: Jinja
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role - informaticsmatters.cert_manager
==============================================



A Role for the installation of the cert-manager application into a Kubernetes
cluster.
Requirements
------------
- Kubernetes
Role Variables
--------------
# To uninstall from the cluster
# state: absent
cm_state: present
# The period of time (seconds) to wait for the cert-manager
# to get to the desired state. It may take several minutes for
# container initialisation, a period of more than 3 minutes
# is recommended.
cm_wait_timeout: 360
# Email address used for ACME registration
cm_letsencrypt_email: SetMe
Dependencies
------------
- (none)
Example Playbook
----------------
**NOTE** The example below assumes that you have a running Kubernetes
cluster.
- hosts: servers
tasks:
- include_role:
name: informaticsmatters.cert_manager
vars:
cm_letsencrypt_email: anyone@example.com
cm_wait_timeout: 600
License
-------
Apache 2.0 License
Author Information
------------------
alanbchristie