added new zabbix role
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Configure Zabbix agent
|
||||
ansible.builtin.template:
|
||||
src: zabbix_agent2.conf.j2
|
||||
dest: "{{ monitoring_zabbix_config_file }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
notify: Restart Zabbix Agent
|
||||
Reference in New Issue
Block a user