Install Nextcloud Docker container
This commit is contained in:
10
dev/nextcloud.yml
Normal file
10
dev/nextcloud.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: Install Nextcloud Server
|
||||
hosts: all
|
||||
become: true
|
||||
vars_files:
|
||||
- host_vars/nextcloud.yml
|
||||
roles:
|
||||
- ansible
|
||||
- base
|
||||
- docker
|
||||
- nextcloud
|
||||
Reference in New Issue
Block a user