{% if proftpd_ftps_override %} # WARNING : **Probably** ansible managed {% endif %} LoadModule mod_tls.c TLSEngine on TLSLog /var/log/proftpd/ftps.log TLSProtocol TLSv1 TLSRSACertificateFile {{ proftpd_ftps_cert }} TLSRSACertificateKeyFile {{ proftpd_ftps_key }} #TLSOptions AllowClientRenegotiations TLSOptions AllowPerUser TLSVerifyClient off TLSRequired off TLSRenegotiate required off TLSOptions NoSessionReuseRequired RequireValidShell off Port {{ proftpd_ftps_port }} AuthUserFile /etc/proftpd/vpasswd DefaultRoot ~ PassivePorts 60000 61000 TransferLog /var/log/proftpd/xferlog AllowGroup ftpusers DenyAll