Add Nextcloud deploy to all.yml

master
josiah 4 years ago
parent bcded361fd
commit f35d2bec68

@ -28,3 +28,10 @@
gather_facts: no
roles:
- { name: gitea, tags: ['gitea'] }
- name: Deploy nextcloud
hosts: dockerhosts
gather_facts: no
roles:
- { name: nextcloud, tags: ['nextcloud'] }

Loading…
Cancel
Save