diff --git a/ansible/group_vars/NAS/ftp b/ansible/group_vars/NAS/ftp index b0c847d..86a6fc8 100644 --- a/ansible/group_vars/NAS/ftp +++ b/ansible/group_vars/NAS/ftp @@ -1,5 +1 @@ vsftpd_config: - local_root: "{{ nfs_bind_target }}" - seccomp_sandbox: False - session_support: True - chroot_local_user: True diff --git a/ansible/playbooks/nas.yml b/ansible/playbooks/nas.yml index 7a3d0a9..dcf9201 100644 --- a/ansible/playbooks/nas.yml +++ b/ansible/playbooks/nas.yml @@ -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 diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml index 134b2ab..8f69c7d 100644 --- a/ansible/roles/requirements.yml +++ b/ansible/roles/requirements.yml @@ -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