Role to install the DigitalOcean monitoring agent on all supported distros. It will also migrate from the legacy agent to the current one.
To install this role from Ansible Galaxy
ansible-galaxy install andrewsomething.do-agent
- hosts: all
become: true
roles:
- andrewsomething.do-agent
MIT