mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-25 09:10:56 +02:00
Compare commits
3
Commits
5.3.0
...
3d2fbc6202
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d2fbc6202 | ||
|
|
4f1179392e | ||
|
|
e5bfeaf936 |
@@ -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,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