- Debian, Ubuntu
- Ansible >= 2.9.6
- ansible-collections:
- Install community.mysql collection
ansible-galaxy collection install community.mysql
ansible-galaxy collection install community.general --force
- Enter variables in file
zabbix-agent2.yaml
- Run
ansible-playbook zabbix-agent2.yaml -e "hosts=YOUR-HOST-NAME"
ansible-playbook -i inventory/inventory.ini uninstall.yaml