mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +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
|