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