2018-05-08 21:09:24 +02:00
|
|
|
---
|
2018-05-10 11:19:54 +02:00
|
|
|
- hosts: all
|
|
|
|
gather_facts: False
|
2018-06-24 01:44:30 +02:00
|
|
|
become: true
|
2018-06-24 18:19:56 +02:00
|
|
|
vars:
|
|
|
|
# Services are the names of the compose files in docker/files/composefiles
|
|
|
|
services:
|
|
|
|
- nginx-proxy
|
|
|
|
- gitea
|
|
|
|
- nextcloud
|
2018-05-10 11:19:54 +02:00
|
|
|
|
|
|
|
roles:
|
2018-06-24 01:44:30 +02:00
|
|
|
- ubuntu_base
|
|
|
|
- docker
|