main.yml 321 B

123456789101112
  1. ---
  2. # defaults file for ansible-vsftpd
  3. vsftpd_anonymous_enable: true
  4. vsftpd_connect_from_port_20: true
  5. vsftpd_listen: true
  6. vsftpd_local_enable: false
  7. vsftpd_setype: public_content_t
  8. vsftpd_syslog_enable: true
  9. vsftpd_write_enable: true
  10. vsftpd_chroot_local_user: true
  11. vsftpd_anon_root: /var/ftp
  12. vsftpd_local_root: /var/ftp