homelab/dev/nextcloud.yml

11 lines
168 B
YAML
Raw Normal View History

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