Skip to content

Releases: FIFTY2Technology/ansible-role-restic_remote

0.54.1

11 Sep 09:21
Compare
Choose a tag to compare
Merge branch 'fix/defaults-env' into 'main'

fix/defaults-env

See merge request proteus-projects/IT/ansible-role-restic_remote!6

0.54.0: Merge pull request #1 from eliba/remote-improvements

02 Apr 13:55
0e0185d
Compare
Choose a tag to compare

Features

  • Remove restic repository-file templating from this role
    • This is only done in restic_client role from now on
    • Make sure restic_client role knows about potential restic_remote_client_port (if configured)
      • See restic_client templates/repository.exampleREST.j2 about how it sets _backup_server_port variable.
  • Add possibility to specify the remote client's SSH daemon port, restic_remote_ssh_port
  • Extend molecule tests
  • More and better documentation of what this role does

Fixes

  • restic_remote_* timers were activated based on the wrong variables
  • sudo rules on client are now created only if service actually exists

0.52.1

16 Oct 07:38
Compare
Choose a tag to compare
Merge branch 'fix/molecule-test' into 'main'

fix/molecule test

See merge request proteus-projects/IT/ansible-role-restic_remote!5

0.52.0

14 Dec 15:15
Compare
Choose a tag to compare
Fix molecule test. Still requires a self-compiled version of 'rest-se…