mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-25 17:20:44 +02:00
Compare commits
3
Commits
3d2fbc6202
...
5.3.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ab7f2db23 | ||
|
|
1278651f0d | ||
|
|
06ca208bb6 |
@@ -1,6 +1,6 @@
|
|||||||
# Ansible Role: Certbot (for Let's Encrypt)
|
# Ansible Role: Certbot (for Let's Encrypt)
|
||||||
|
|
||||||
[](https://github.com/geerlingguy/ansible-role-certbot/actions?query=workflow%3ACI)
|
[](https://github.com/geerlingguy/ansible-role-certbot/actions/workflows/ci.yml)
|
||||||
|
|
||||||
Installs and configures Certbot (for Let's Encrypt).
|
Installs and configures Certbot (for Let's Encrypt).
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ certbot_hsts: false
|
|||||||
# Parameters used when creating new Certbot certs.
|
# Parameters used when creating new Certbot certs.
|
||||||
certbot_create_if_missing: false
|
certbot_create_if_missing: false
|
||||||
certbot_create_method: standalone
|
certbot_create_method: standalone
|
||||||
|
certbot_create_extra_args: ""
|
||||||
certbot_admin_email: email@example.com
|
certbot_admin_email: email@example.com
|
||||||
certbot_expand: false
|
certbot_expand: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user