2018-05-08 21:09:24 +02:00
|
|
|
---
|
2018-05-10 11:19:54 +02:00
|
|
|
- hosts: all
|
|
|
|
gather_facts: False
|
2018-06-24 01:44:30 +02:00
|
|
|
become: true
|
2018-06-24 18:19:56 +02:00
|
|
|
vars:
|
2019-01-26 17:54:45 +01:00
|
|
|
base_domain: data.coop
|
|
|
|
letsencrypt_email: bestyrelsen@data.coop
|
|
|
|
ldap_dn: "dc=data,dc=coop"
|
|
|
|
|
2018-06-24 18:19:56 +02:00
|
|
|
services:
|
|
|
|
- nginx-proxy
|
2019-01-26 17:54:45 +01:00
|
|
|
- openldap
|
2019-01-19 14:56:23 +01:00
|
|
|
- thelounge
|
2018-06-24 18:19:56 +02:00
|
|
|
- nextcloud
|
2019-01-26 17:54:45 +01:00
|
|
|
- fider
|
|
|
|
- passit
|
|
|
|
- gitea
|
2019-02-10 08:59:53 +01:00
|
|
|
- postfix
|
2019-02-13 09:49:22 +01:00
|
|
|
- matrix_riot
|
2019-02-13 10:35:45 +01:00
|
|
|
- privatebin
|
2019-02-13 21:16:36 +01:00
|
|
|
- codimd
|
2019-02-28 08:31:28 +01:00
|
|
|
- netdata
|
2019-03-02 18:29:15 +01:00
|
|
|
- docker_registry
|
2019-03-02 22:34:33 +01:00
|
|
|
- drone
|
2019-03-02 19:51:32 +01:00
|
|
|
- websites
|
2019-03-04 16:28:51 +01:00
|
|
|
- ouroboros
|
2019-03-05 13:13:16 +01:00
|
|
|
- mailu
|
2019-02-10 08:59:53 +01:00
|
|
|
|
|
|
|
smtp_host: postfix
|
|
|
|
smtp_port: 587
|
2018-05-10 11:19:54 +02:00
|
|
|
|
2019-01-19 14:56:23 +01:00
|
|
|
tasks:
|
|
|
|
- import_role:
|
|
|
|
name: ubuntu_base
|
|
|
|
- import_role:
|
2019-03-05 13:13:16 +01:00
|
|
|
name: docker
|