datacoop.ansible/playbook.yml

35 lines
593 B
YAML
Raw Normal View History

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
vars:
base_domain: data.coop
letsencrypt_email: bestyrelsen@data.coop
ldap_dn: "dc=data,dc=coop"
services:
- nginx-proxy
- openldap
- thelounge
- nextcloud
- fider
- passit
- gitea
- postfix
- matrix_riot
2019-02-13 09:35:45 +00:00
- privatebin
- 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
- watchtower
smtp_host: postfix
smtp_port: 587
2018-05-10 09:19:54 +00:00
tasks:
- import_role:
name: ubuntu_base
- import_role:
name: docker