fix: config paths
This commit is contained in:
parent
c6b4afb424
commit
8160092f69
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# setup psk
|
||||
- name: "setup psk"
|
||||
ansible.builtin.template:
|
||||
src: "templates/zabbix/agent/zabbix_agent.psk.j2"
|
||||
src: "templates/zabbix/zabbix_agent.psk.j2"
|
||||
dest: "/etc/zabbix/zabbix_agent.psk"
|
||||
owner: "zabbix"
|
||||
group: "zabbix"
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
# config agent
|
||||
- name: "config agent"
|
||||
ansible.builtin.template:
|
||||
src: "templates/zabbix/agent/zabbix_agent.conf.j2"
|
||||
src: "templates/zabbix/zabbix_agent.conf.j2"
|
||||
dest: "/etc/zabbix/zabbix_agent2.conf"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue