---

- hosts: "{{ ip_addr }}"
  become: yes
  become_method: sudo
  gather_facts: no

  tasks:

    - name: "[CONFIG ZABBIX AGENT] Install and configure ZABBIX AGENT"
      import_role:
        name: config-zabbix-agent