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