You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
274 B
11 lines
274 B
5 years ago
|
---
|
||
|
|
||
|
- 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
|