Initial version of nextcloud collection

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
Nis Wechselberg 2024-06-30 17:18:49 +02:00
parent e559257349
commit 87eac5bded
Signed by: eNBeWe
GPG key ID: 7B25171F921B9E57
13 changed files with 911 additions and 0 deletions

5
playbooks/deploy.yml Normal file
View file

@ -0,0 +1,5 @@
---
- name: 'Deploy nextcloud roles to host group'
hosts: 'nextcloud'
roles:
- 'enbewe.nextcloud.nextcloud'