feat: disable nvidia plugin
This commit is contained in:
parent
8160092f69
commit
63d315cd6a
2 changed files with 13 additions and 0 deletions
|
|
@ -19,3 +19,14 @@
|
|||
group: "root"
|
||||
mode: "0664"
|
||||
notify: "restart zabbix-agent"
|
||||
|
||||
# configure plugins
|
||||
- name: "configure plugins"
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/zabbix/zabbix_agent2.d/plugins.d/"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
with_fileglob:
|
||||
- "files/zabbix/plugins.d/*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue