mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-22 07:50:43 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ab7f2db23 | ||
|
|
1278651f0d | ||
|
|
3d2fbc6202 | ||
|
|
4f1179392e | ||
|
|
e5bfeaf936 | ||
|
|
06ca208bb6 |
@@ -44,10 +44,10 @@ jobs:
|
||||
- distro: rockylinux9
|
||||
playbook: converge.yml
|
||||
experimental: false
|
||||
- distro: ubuntu2004
|
||||
- distro: ubuntu2404
|
||||
playbook: converge.yml
|
||||
experimental: false
|
||||
- distro: debian10
|
||||
- distro: debian12
|
||||
playbook: converge.yml
|
||||
experimental: false
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 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).
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ certbot_hsts: false
|
||||
# Parameters used when creating new Certbot certs.
|
||||
certbot_create_if_missing: false
|
||||
certbot_create_method: standalone
|
||||
certbot_create_extra_args: ""
|
||||
certbot_admin_email: email@example.com
|
||||
certbot_expand: false
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: true
|
||||
# become: true
|
||||
|
||||
vars:
|
||||
certbot_auto_renew_user: root
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: true
|
||||
#become: true
|
||||
|
||||
vars:
|
||||
certbot_install_method: 'snap'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: true
|
||||
#become: true
|
||||
|
||||
vars:
|
||||
certbot_install_method: 'source'
|
||||
|
||||
Reference in New Issue
Block a user