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:
8
roles/httpd_common/vars/RedHat-7.yml
Normal file
8
roles/httpd_common/vars/RedHat-7.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
httpd_common_packages:
|
||||
- httpd
|
||||
- mod_fcgid
|
||||
- policycoreutils-python
|
||||
- python-passlib
|
||||
- mod_authnz_pam
|
8
roles/httpd_common/vars/RedHat-8.yml
Normal file
8
roles/httpd_common/vars/RedHat-8.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
httpd_common_packages:
|
||||
- httpd
|
||||
- mod_fcgid
|
||||
- python3-policycoreutils
|
||||
- python3-passlib
|
||||
- mod_authnz_pam
|
4
roles/httpd_common/vars/defaults.yml
Normal file
4
roles/httpd_common/vars/defaults.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
|
||||
httpd_common_packages:
|
||||
- httpd
|
Reference in New Issue
Block a user