informaticsmatters.cert_manager
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: [email protected]
cm_wait_timeout: 600
License
Apache 2.0 License
Author Information
alanbchristie
Install
ansible-galaxy install informaticsmatters.cert_managerLicense
apache-2.0
Downloads
162
Owner
