feat: switxh from vsftp to pure-ftpd
This commit is contained in:
parent
3a80c47b56
commit
d748beb6a4
@ -1,5 +1 @@
|
||||
vsftpd_config:
|
||||
local_root: "{{ nfs_bind_target }}"
|
||||
seccomp_sandbox: False
|
||||
session_support: True
|
||||
chroot_local_user: True
|
||||
|
@ -22,7 +22,7 @@
|
||||
become: true
|
||||
- role: ansible-role-nfs
|
||||
become: true
|
||||
- role: ansible-role-vsftpd
|
||||
- role: ansible-role-pureftpd
|
||||
become: true
|
||||
- role: vladgh.samba.server
|
||||
become: true
|
||||
|
@ -42,6 +42,8 @@ roles:
|
||||
scm: git
|
||||
- src: git@github.com:vincentDcmps/ansible-role-nut.git
|
||||
scm: git
|
||||
- src: git@git.ducamps.eu:2222/ansible-roles/ansible-role-pureftpd.git
|
||||
scm: git
|
||||
- src: https://github.com/PowerDNS/pdns_recursor-ansible.git
|
||||
collections:
|
||||
- name: vladgh.samba
|
||||
|
Loading…
Reference in New Issue
Block a user