ansible/roles/certbot/README.md
Julien Riou 3b4fd2a990
Some checks failed
/ ansible-docsmith (push) Failing after 19s
/ molecule (certbot) (push) Failing after 28s
/ molecule (galene) (push) Failing after 18s
/ molecule (golang) (push) Failing after 32s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-17 09:32:24 +01:00

1 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_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