forked from data.coop/ansible
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
671 B
39 lines
671 B
--- |
|
- hosts: all |
|
gather_facts: False |
|
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 |
|
- privatebin |
|
- codimd |
|
- netdata |
|
- docker_registry |
|
- drone |
|
- websites |
|
- ulovliglogning-dk |
|
- ouroboros |
|
- mailu |
|
- portainer |
|
# - tt-rss |
|
|
|
smtp_host: "postfix" |
|
smtp_port: "587" |
|
|
|
tasks: |
|
- import_role: |
|
name: ubuntu_base |
|
- import_role: |
|
name: docker
|
|
|