ansible/roles/certbot/README.md
Julien Riou f418990e84
All checks were successful
/ ansible-docsmith (push) Successful in 41s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-03-23 10:53:38 +01:00

1.6 KiB

Ansible Role Certbot

Table of content

Role variables

The following variables can be configured for this role:

Variable Type Required Default Description (abstract)
certbot_email str Yes N/A E-mail to register the certificate.
certbot_domain str Yes N/A Domain name to register the certificate.
certbot_molecule bool No false Run the role with Ansible Molecule.

Disable cert generation in the CI.

certbot_email

⇑ Back to ToC ⇑

E-mail to register the certificate.

  • Type: str
  • Required: Yes

certbot_domain

⇑ Back to ToC ⇑

Domain name to register the certificate.

  • Type: str
  • Required: Yes

certbot_molecule

⇑ Back to ToC ⇑

Run the role with Ansible Molecule.

Disable cert generation in the CI.

  • Type: bool
  • Required: No
  • Default: false

Usage

Playbook example:

- hosts: all
  roles:
    - jriou.general.certbot

Then run the playbook:

ansible-playbook play.yml