ansible/playbook.yml

42 lines
701 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: admin@data.coop
ldap_dn: "dc=data,dc=coop"
services:
- nginx-proxy
- openldap
- nextcloud
- 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
- ulovliglogning-dk
- watchtower
2019-03-05 12:13:16 +00:00
- mailu
2019-03-15 11:38:36 +00:00
- portainer
- mastodon
2022-11-07 17:38:08 +00:00
- rallly
2022-08-09 11:50:49 +00:00
- membersystem
2019-03-05 14:17:53 +00:00
smtp_host: "postfix"
smtp_port: "587"
2018-05-10 09:19:54 +00:00
tasks:
- import_role:
name: ubuntu_base
2022-11-11 21:16:22 +00:00
tags:
- base_only
- import_role:
2019-03-05 12:13:16 +00:00
name: docker