ansible/roles/certbot/meta/argument_specs.yml
Julien Riou 36f1f01120
All checks were successful
/ ansible-docsmith (push) Successful in 21s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-03-23 10:37:28 +01:00

25 lines
624 B
YAML

---
argument_specs:
main:
short_description: Install and configure a certbot
description:
- Install and configure a [certbot](https://certbot.eff.org/).
author:
- jriou
options:
certbot_email:
description:
- E-mail to register the certificate.
required: true
certbot_domain:
description:
- Domain name to register the certificate.
required: true
certbot_molecule:
description:
- Run the role with Ansible Molecule.
- Disable cert generation in the CI.
type: bool
default: false