fix: config paths

This commit is contained in:
Simon Cornet 2025-04-16 17:52:19 +02:00
commit 8160092f69

View file

@ -3,7 +3,7 @@
# setup psk # setup psk
- name: "setup psk" - name: "setup psk"
ansible.builtin.template: ansible.builtin.template:
src: "templates/zabbix/agent/zabbix_agent.psk.j2" src: "templates/zabbix/zabbix_agent.psk.j2"
dest: "/etc/zabbix/zabbix_agent.psk" dest: "/etc/zabbix/zabbix_agent.psk"
owner: "zabbix" owner: "zabbix"
group: "zabbix" group: "zabbix"
@ -13,7 +13,7 @@
# config agent # config agent
- name: "config agent" - name: "config agent"
ansible.builtin.template: ansible.builtin.template:
src: "templates/zabbix/agent/zabbix_agent.conf.j2" src: "templates/zabbix/zabbix_agent.conf.j2"
dest: "/etc/zabbix/zabbix_agent2.conf" dest: "/etc/zabbix/zabbix_agent2.conf"
owner: "root" owner: "root"
group: "root" group: "root"