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
|
# 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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue