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:
|
|
|
|
# Services are the names of the compose files in docker/files/composefiles
|
|
|
|
services:
|
|
|
|
- nginx-proxy
|
2019-01-19 13:56:23 +00:00
|
|
|
- thelounge
|
2018-06-24 16:19:56 +00:00
|
|
|
- gitea
|
|
|
|
- nextcloud
|
2018-05-10 09:19:54 +00:00
|
|
|
|
2019-01-19 13:56:23 +00:00
|
|
|
tasks:
|
|
|
|
- import_role:
|
|
|
|
name: ubuntu_base
|
|
|
|
- import_role:
|
|
|
|
name: docker
|