Update playbooks/zabbix.yml

This commit is contained in:
lorentz 2026-02-23 13:48:52 -05:00
parent 009cecd03f
commit bb05c4e55e

View file

@ -23,12 +23,12 @@
dest: /opt/stacks/zabbix/.env
mode: '0600'
content: |
POSTGRES_USER={{ POSTGRES_USER }}
POSTGRES_USER={{ postgres_user }}
POSTGRES_PASSWORD={{ postgres_password }}
POSTGRES_DB={{ POSTGRES_DB }}
GRAFANA_USER={{ GRAFANA_USER }}
POSTGRES_DB={{ postgres_db }}
GRAFANA_USER={{ grafana_user }}
GRAFANA_SECRET={{ grafana_secret }}
TZ={{ TZ }}
TZ={{ tz }}
when: not env_file.stat.exists
- name: Read existing .env file