aboutsummaryrefslogtreecommitdiff
path: root/roles/ftp/Readme.md
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-30 18:06:45 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-09-30 18:06:45 +0200
commit89b4408e0b91ee670bda0c6ea5a1f9d183e2504a (patch)
treee72b217a769708ab8a3f678ac93a7b58d3330125 /roles/ftp/Readme.md
parentac9d4a9a0150f525c2ac5b4105bc0c11a24d8e38 (diff)
downloadansible_collection-89b4408e0b91ee670bda0c6ea5a1f9d183e2504a.tar.gz
ftp: add role
Diffstat (limited to 'roles/ftp/Readme.md')
-rw-r--r--roles/ftp/Readme.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/roles/ftp/Readme.md b/roles/ftp/Readme.md
new file mode 100644
index 0000000..e68df3a
--- /dev/null
+++ b/roles/ftp/Readme.md
@@ -0,0 +1,25 @@
+# FTP
+
+Simple PB for pure-ftpd FTP server.
+
+LDAP mode is untested.
+
+Creates a new unit, the Debian wrapper for pure-ftpd is stupid to automate.
+
+```
+---
+ftp:
+ ldap:
+ enable: false
+ host: 'ldap.example.com'
+ port: 636
+ bind_dn: ''
+ bind_pw: ''
+ base: ''
+ filter: '(&(objectClass=posixAccount)(uid=\L))'
+ enable_pam: false
+ tls:
+ enable: false
+ cert: ''
+ key: ''
+```