Releases: andrewsomething/ansible-role-do-agent
Releases · andrewsomething/ansible-role-do-agent
v1.1.1
What's Changed
- Set check_mode: false on tempfile task (fixes: #12). by @andrewsomething in #14
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Ensure gnupg is installed on debian by @xsleonard in #6
- Use apt repo with signed-by line and stop using apt-key by @andrewsomething in #11
- Use FQCN for builtin actions. 4dc5ce3
- Remove unneeded 'with_items' from service task. 480a286
New Contributors
- @xsleonard made their first contribution in #6
Full Changelog: v1.0.1...v1.1.0
[Bug Fix] RHEL Cron Job
This release fixes an issue with the cron job installed on RHEL-like platforms (i.e. CentOS) by ensuring the repository has the correct name. See: #3
New do-agent support
This release brings support for the new version of do-agent. It will removed the old repository if present before adding the new one.
See: https://www.digitalocean.com/docs/monitoring/how-to/upgrade-legacy-agent/
Initial release
This release was retrospectively tagged in order to allow for the installation of a version that supports the old do-agent
. In most cases, you will want to use the most recent version, but if you need this historical version, run:
ansible-galaxy install andrewsomething.do-agent,v0.1.0
See: https://www.digitalocean.com/docs/monitoring/how-to/upgrade-legacy-agent/