1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-28 16:13:25 +02:00
2021-12-01 19:13:34 +01:00

11 lines
274 B
YAML

---
- import_tasks: ../includes/get_rand_pass.yml
vars:
- pass_file: /etc/zabbix/ansible_db_pass
when: zabbix_server_db_pass is not defined
tags: zabbix
- set_fact: zabbix_server_db_pass={{ rand_pass }}
when: zabbix_server_db_pass is not defined
tags: zabbix