mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +02:00
Update to 2024-03-21 11:01
This commit is contained in:
parent
851d15f0e5
commit
80e9b89d3b
@ -8,3 +8,12 @@
|
|||||||
- set_fact: zabbix_server_db_pass={{ rand_pass }}
|
- set_fact: zabbix_server_db_pass={{ rand_pass }}
|
||||||
when: zabbix_server_db_pass is not defined
|
when: zabbix_server_db_pass is not defined
|
||||||
tags: zabbix
|
tags: zabbix
|
||||||
|
|
||||||
|
- 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
|
||||||
|
tags: zabbix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user