ansible/roles/certbot
Julien Riou 4a57f01124
All checks were successful
/ ansible-docsmith (push) Successful in 40s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-16 15:47:12 +01:00
..
meta Initial commit 2026-02-16 15:47:12 +01:00
tasks Initial commit 2026-02-16 15:47:12 +01:00
README.md Initial commit 2026-02-16 15:47:12 +01:00

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