Skip to content

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

Compare
Choose a tag to compare
@eliba eliba released this 02 Apr 13:55
· 2 commits to main since this release
0e0185d

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