Some checks failed
/ ansible-docsmith (push) Failing after 17s
Signed-off-by: Julien Riou <julien@riou.xyz>
18 lines
439 B
YAML
18 lines
439 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
|