mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
11 lines
274 B
YAML
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
|