homelab/dev/nextcloud.yml

11 lines
168 B
YAML
Raw Normal View History

2020-07-02 01:35:01 -04:00
- name: Install Nextcloud Server
hosts: all
become: true
vars_files:
- host_vars/nextcloud.yml
roles:
- base
- docker
2020-07-11 03:38:45 -04:00
- traefik
2020-07-02 01:35:01 -04:00
- nextcloud