Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
commit
ab92d88956
73 changed files with 3381 additions and 0 deletions
18
roles/certbot/meta/argument_specs.yml
Normal file
18
roles/certbot/meta/argument_specs.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue