SSE-Lab/ansible/playbooks/nextcloud.yaml

9 lines
131 B
YAML

---
- name: Install Nextcloud AIO Docker
hosts: nextcloud
become: true
roles:
- geerlingguy.docker
- nextcloud_aio