mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
6
roles/letsencrypt/vars/Debian-10.yml
Normal file
6
roles/letsencrypt/vars/Debian-10.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
letsencrypt_packages:
|
||||
- python-pip
|
||||
- python-setuptools
|
||||
- curl
|
6
roles/letsencrypt/vars/Debian-11.yml
Normal file
6
roles/letsencrypt/vars/Debian-11.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
letsencrypt_packages:
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- curl
|
6
roles/letsencrypt/vars/Debian-9.yml
Normal file
6
roles/letsencrypt/vars/Debian-9.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
letsencrypt_packages:
|
||||
- python-pip
|
||||
- python-setuptools
|
||||
- curl
|
5
roles/letsencrypt/vars/RedHat-7.yml
Normal file
5
roles/letsencrypt/vars/RedHat-7.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
letsencrypt_packages:
|
||||
- dehydrated
|
||||
- python2-dns-lexicon
|
5
roles/letsencrypt/vars/RedHat-8.yml
Normal file
5
roles/letsencrypt/vars/RedHat-8.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
letsencrypt_packages:
|
||||
- dehydrated
|
||||
- python3-dns-lexicon
|
Reference in New Issue
Block a user