ansible/playbook.yml

15 lines
248 B
YAML

---
- hosts: all
gather_facts: False
become: true
vars:
# Services are the names of the compose files in docker/files/composefiles
services:
- nginx-proxy
- gitea
- nextcloud
roles:
- ubuntu_base
- docker