vn-ansible/linux-config-zabbix-agent.yaml

12 lines
219 B
YAML
Raw Normal View History

2023-10-23 15:14:16 +00:00
---
2023-12-19 14:55:30 +00:00
- hosts: '{{ ip_addr }}'
2023-10-23 15:14:16 +00:00
become: yes
become_method: sudo
gather_facts: no
tasks:
- name: "[CONFIG ZABBIX AGENT] Install and configure ZABBIX AGENT"
import_role:
name: config-zabbix-agent