summaryrefslogtreecommitdiff
path: root/roles/whawty/auth/app/defaults/main.yml
blob: c5e8185a86ebc4ee717c8574db0cb8cc0497707d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
whawty_auth_app_install_pam_module: no

## TODO: add support for web config (including TLS)

# whawty_auth_app_instances:
#   blub:
#     store: foo
#     listeners:
#       saslauthd:
#         sockets:
#         - /run/whawty/auth.sock
#         user: foo
#         group: bar
#         mode: 0600
#       web:
#         sockets:
#         - 127.0.0.1:1234