All checks were successful
/ ansible-docsmith (push) Successful in 40s
Signed-off-by: Julien Riou <julien@riou.xyz>
45 lines
1 KiB
Markdown
45 lines
1 KiB
Markdown
# Ansible Role Certbot
|
|
|
|
## Table of content
|
|
|
|
<!-- ANSIBLE DOCSMITH TOC START -->
|
|
* [Role variables](#variables)
|
|
* [`certbot_email`](#variable-certbot_email)
|
|
* [`certbot_domain`](#variable-certbot_domain)
|
|
<!-- ANSIBLE DOCSMITH TOC END -->
|
|
|
|
<!-- ANSIBLE DOCSMITH MAIN START -->
|
|
|
|
## Role variables<a id="variables"></a>
|
|
|
|
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`<a id="variable-certbot_email"></a>
|
|
|
|
[*⇑ Back to ToC ⇑*](#toc)
|
|
|
|
E-mail to register the certificate
|
|
|
|
- **Type**: `str`
|
|
- **Required**: Yes
|
|
|
|
|
|
|
|
### `certbot_domain`<a id="variable-certbot_domain"></a>
|
|
|
|
[*⇑ Back to ToC ⇑*](#toc)
|
|
|
|
Domain name to register the certificate
|
|
|
|
- **Type**: `str`
|
|
- **Required**: Yes
|
|
|
|
|
|
|
|
|
|
<!-- ANSIBLE DOCSMITH MAIN END -->
|