backup_server: Move data to new UID/GID
This commit is contained in:
parent
1a3e1dbeeb
commit
8752c36391
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
- name: Create backup group
|
||||
ansible.builtin.group:
|
||||
name: backup
|
||||
gid: 1005
|
||||
gid: 306
|
||||
|
||||
- name: Create backup user
|
||||
ansible.builtin.user:
|
||||
|
@ -17,7 +17,7 @@
|
|||
group: backup
|
||||
home: /var/empty
|
||||
shell: /bin/sh
|
||||
uid: 1005
|
||||
uid: 306
|
||||
|
||||
- name: Create backup directory
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue