Skip to content

InformaticsMatters/ansible-role-cert-manager

Repository files navigation

Ansible Role - informaticsmatters.cert_manager

lint

GitHub release (latest by date) Ansible Role

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages