The playbook,role at [2],[3] contains everything required to deploy and configure the Zabbix agent on a particular host.
In order to deploy it onto a host, find the particular playbook which targets this host and add the following to the playbook role import section:
```
- role: zabbix/zabbix_agent
```
Run the playbook then to deploy and configure the Zabbix agent. Check the Zabbix server for the particular environment to ensure the host correctly shows up in the host list.