collab: Disable sftp backups
This commit is contained in:
parent
be4f2cfce5
commit
ed5bc5028b
1 changed files with 0 additions and 12 deletions
|
@ -269,15 +269,3 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: Restart apache
|
notify: Restart apache
|
||||||
|
|
||||||
- name: Import sftpuser role
|
|
||||||
ansible.builtin.import_role:
|
|
||||||
name: sftpuser
|
|
||||||
vars:
|
|
||||||
sftpuser_chroot: /srv/wikis/collab
|
|
||||||
|
|
||||||
- name: Add backup user to collab group
|
|
||||||
ansible.builtin.user:
|
|
||||||
name: backup
|
|
||||||
groups: collab
|
|
||||||
append: true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue