mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-08 22:33:18 +02:00
Update to 2023-06-16 23:00
This commit is contained in:
parent
752281ddeb
commit
c372232c99
8
roles/httpd_common/vars/RedHat-9.yml
Normal file
8
roles/httpd_common/vars/RedHat-9.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
httpd_common_packages:
|
||||||
|
- httpd
|
||||||
|
- mod_fcgid
|
||||||
|
- python3-policycoreutils
|
||||||
|
- python3-passlib
|
||||||
|
- mod_authnz_pam
|
@ -7,4 +7,5 @@
|
|||||||
- "{{ role_path }}/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
|
- "{{ role_path }}/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml"
|
||||||
- "{{ role_path }}/vars/{{ ansible_distribution }}.yml"
|
- "{{ role_path }}/vars/{{ ansible_distribution }}.yml"
|
||||||
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
|
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
|
||||||
|
- "{{ role_path }}/vars/default.yml"
|
||||||
tags: repo,zabbix
|
tags: repo,zabbix
|
||||||
|
1
roles/repo_zabbix/vars/default.yml
Normal file
1
roles/repo_zabbix/vars/default.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
---
|
Loading…
x
Reference in New Issue
Block a user