aboutsummaryrefslogtreecommitdiff
path: root/roles/ftp/defaults/main.yml
blob: ec1d654afd2455cd08d1d132f6a2a3f462e2919c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
ftp:
  chroot: no
  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: ''