Skip to content

Releases: FuzzyMistborn/ansible-role-autorestic

v0.2.3

10 Jun 02:39
Compare
Choose a tag to compare

Add a fix for Fedora and SELinux not being happy with the path.

Full Changelog: v0.2.2...v0.2.3

v0.2.2.2

23 Mar 18:04
Compare
Choose a tag to compare

Fixes #3

Also did some ansible-lint cleanup.

No breaking changes.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Feb 01:29
Compare
Choose a tag to compare

What's Changed

Cleanup

  • Ansible-lint cleanup

New Contributors

Full Changelog: v0.2.0...v0.2.1

V 0.2.0

22 Nov 02:47
Compare
Choose a tag to compare

Breaking Change (sorta): Removes the autorestic upgrade and restic self-update tasks due to running into API rate limitations for unathenticated requests. Everything now flows through the GitHub API to obtain the latest version. You can include a user/personal authentication token to increase the number of requests.

Full Changelog: v0.1.3...v0.2.0

v0.1.3

15 Nov 21:23
Compare
Choose a tag to compare

Fix: remove pipefails
Fix: correct config check

v0.1.2

08 Oct 02:51
Compare
Choose a tag to compare

Fix autorestic check command

v0.1.1

08 Oct 01:28
Compare
Choose a tag to compare

Add autorestic check upon install. Override with autorestic_run_check: false .

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Oct 04:16
Compare
Choose a tag to compare

Major overhaul of install roles as well as switching autorestic config generator to pure yaml base instead of a template.

Full Changelog: v0.0.2...v0.1.0

v0.0.2

20 Sep 15:28
Compare
Choose a tag to compare

Fixed a few bugs in the autorestic config template that would not correctly format the output.

v0.0.1

17 Sep 02:54
Compare
Choose a tag to compare

Updated initial release