legacy-server-config/nextcloud/start.yml

8 lines
222 B
YAML
Raw Permalink Normal View History

2021-01-01 15:09:53 +00:00
---
- hosts: teier.eu
gather_facts: no
tasks:
- name: Start nextcloud
shell: "cd /dc/nextcloud && docker-compose up -d"
environment:
NEXTCLOUD_DB_PASSWORD: "{{ lookup('env', 'NEXTCLOUD_DB_PASSWORD') }}"