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