--- # execute this role - name: "install and configure the Zabbix Agent" hosts: "all" become: true # execute dependancy playbook roles: - role: "zabbix_prereq" # execute this playbook tasks: - include_role: name: "."