Skip to content

Releases: andrewsomething/ansible-role-do-agent

v1.1.1

15 Jan 16:41
344005d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Jan 23:16
Compare
Choose a tag to compare

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

Full Changelog: v1.0.1...v1.1.0

[Bug Fix] RHEL Cron Job

22 Apr 21:46
Compare
Choose a tag to compare

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

09 Apr 23:39
c15adf1
Compare
Choose a tag to compare

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

09 Apr 23:41
2b882b1
Compare
Choose a tag to compare

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/