Skip to content

Commit

Permalink
[debops.borgbackup] Make sure that backup users are system users
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphix committed Oct 17, 2023
1 parent c3baf34 commit 1e8f261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/borgbackup/tasks/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- name: '{{ ("borg_" + client) | replace(".", "_") }}'
home_mode: '0750'
shell: '/bin/sh'
system: True
groups: [ '{{ ansible_local.system_groups.local_prefix + "sshusers" }}' ]
loop: '{{ borgbackup__fact_server_clients }}'
loop_control:
Expand Down

0 comments on commit 1e8f261

Please sign in to comment.