blob: e6dab85c2641f710a0f51565645632d1e92ac2af [file] [log] [blame]
jan kaufman130eb9b2016-01-26 14:47:44 +01001apache:
2 server:
3 enabled: true
4 modules:
5 - cgi
6 - php
Filip Pytlouncfffb4e2016-02-04 10:59:19 +01007 user:
8 cloudlab:
9 enabled: true
10 password: cloudlab
11 htpasswd: cloudlab.htpasswd
jan kaufman130eb9b2016-01-26 14:47:44 +010012 site:
13 roundcube:
14 enabled: true
15 type: static
16 name: roundcube
17 root: /usr/share/roundcube
18 locations:
19 - uri: /admin
20 path: /usr/share/postfixadmin
Filip Pytloun590b5792016-01-27 11:24:29 +010021 auth:
22 engine: kerberos
23 name: "Kerberos Authentication"
24 require:
25 - "ldap-attribute memberOf='cn=jenkins,cn=groups,cn=accounts,dc=example,dc=eu'"
26 kerberos:
27 realms:
28 - EXAMPLE.EU
29 keytab: /etc/apache2/ipa.keytab
30 service: HTTP
31 method:
32 negotiate: true
33 k5passwd: true
34 ldap:
35 url: "ldaps://idm01.example.eu/dc=example,dc=eu?krbPrincipalName"
36 mech: GSSAPI
jan kaufman130eb9b2016-01-26 14:47:44 +010037 - uri: /mailman
38 path: /usr/lib/cgi-bin/mailman
39 script: true
Filip Pytlouncfffb4e2016-02-04 10:59:19 +010040 auth:
41 engine: basic
42 htpasswd: cloudlab.htpasswd
jan kaufman130eb9b2016-01-26 14:47:44 +010043 - uri: /pipermail
44 path: /var/lib/mailman/archives/public
Filip Pytlounac4cb5b2016-01-27 17:05:31 +010045 webdav:
46 enabled: true
jan kaufman130eb9b2016-01-26 14:47:44 +010047 - uri: /images/mailman
48 path: /usr/share/images/mailman
49 host:
50 name: mail.example.com
51 aliases:
52 - mail.example.com
53 - lists.example.com
54 - mail01.example.com
55 - mail01
56