Install Nextcloud Docker container

This commit is contained in:
2020-07-02 01:35:01 -04:00
parent 93ec159bbb
commit 38041b22f6
4 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# nextcloud
mariadb_version: latest
nextcloud_name: nextcloud
nextcloud_dbpass: password
nextcloud_version: stable

10
dev/nextcloud.yml Normal file
View File

@@ -0,0 +1,10 @@
- name: Install Nextcloud Server
hosts: all
become: true
vars_files:
- host_vars/nextcloud.yml
roles:
- ansible
- base
- docker
- nextcloud