1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-06 21:33:13 +02:00

Update to 2023-06-16 23:00

This commit is contained in:
Daniel Berteaud 2023-06-16 23:00:09 +02:00
parent 752281ddeb
commit c372232c99
3 changed files with 10 additions and 0 deletions
roles
httpd_common/vars
repo_zabbix

@ -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_distribution }}.yml"
- "{{ role_path }}/vars/{{ ansible_os_family }}.yml"
- "{{ role_path }}/vars/default.yml"
tags: repo,zabbix

@ -0,0 +1 @@
---