mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-31 19:55:42 +02:00
Update to 2023-06-29 10:00
This commit is contained in:
6
roles/includes/vars/RedHat-9.yml
Normal file
6
roles/includes/vars/RedHat-9.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
webapps_mysql_packages:
|
||||
- python3-mysqlclient
|
||||
- "{{ (mysql_engine is defined and mysql_engine == 'mysql') | ternary('mysql','mariadb') }}"
|
||||
|
@@ -1,4 +1,13 @@
|
||||
---
|
||||
|
||||
- include_vars: "{{ item }}"
|
||||
with_first_found:
|
||||
- ../httpd_php/vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml
|
||||
- ../httpd_php/vars/{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml
|
||||
- ../httpd_php/vars/{{ ansible_distribution }}.yml
|
||||
- ../httpd_php/vars/{{ ansible_os_family }}.yml
|
||||
- ../httpd_php/vars/defaults.yml
|
||||
|
||||
- name: Deploy httpd configuration
|
||||
template: src=httpd.conf.j2 dest=/etc/httpd/ansible_conf.d/10-{{ app_id }}.conf
|
||||
notify: reload httpd
|
||||
|
Reference in New Issue
Block a user