Skip to content

Commit

Permalink
Merge branch 'fix/ssh_package_name' into 'main'
Browse files Browse the repository at this point in the history
fix/ssh package name

See merge request proteus-projects/IT/ansible-role-restic_remote!2
  • Loading branch information
Florian Schwär committed Oct 6, 2022
2 parents 8e89edf + ac64bf4 commit 9731a3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
restic_remote_server_authorized_key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAI... rest-server@backupserver

roles:
- role: restic_remote
- role: fifty2technology.restic_remote
4 changes: 2 additions & 2 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
backup_server: backupserver

roles:
- role: restic_client
- role: fifty2technology.restic_client

- hosts: backupservers
gather_facts: true
Expand All @@ -18,4 +18,4 @@
backup_server: backupserver

roles:
- role: restic_server
- role: fifty2technology.restic_server
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ _restic_remote_packages:
- openssh-client
RedHat:
- openssh-server
- ssh-keygen
- openssh

restic_remote_packages: "{{ _restic_remote_packages[ansible_os_family] }}"

0 comments on commit 9731a3b

Please sign in to comment.