Ansible roles
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.
 
 
 
 
 
 

10 lines
274 B

---
- 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