zabbix-web/tasks/config.yaml
2025-06-06 18:23:44 +02:00

19 lines
481 B
YAML

---
# config zabbix-web-server
- name: "config zabbix-web-server"
ansible.builtin.template:
src: "templates/zabbix/zabbix.conf.php.j2"
dest: "/etc/zabbix/web/zabbix.conf.php"
owner: "www-data"
group: "www-data"
mode: "0600"
# configure branding
- name: "configure branding"
ansible.builtin.template:
src: "templates/zabbix/brand.conf.php.j2"
dest: "/usr/share/zabbix/local/conf/brand.conf.php"
owner: "root"
group: "root"
mode: "0664"