feat: switxh from vsftp to pure-ftpd

This commit is contained in:
vincent 2024-03-11 20:28:01 +01:00
parent 3a80c47b56
commit d748beb6a4
3 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1 @@
vsftpd_config:
local_root: "{{ nfs_bind_target }}"
seccomp_sandbox: False
session_support: True
chroot_local_user: True

View File

@ -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

View File

@ -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