From 855260e7b272a4e44bc9f127f61cbb10a2879524 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 11 Mar 2021 16:03:08 -0500 Subject: [PATCH] add new data mount for nextcloud2 --- cli/ansible.help | 3 +-- cli/ansible.usage | 2 +- dockerfiles/services/nextcloud/docker-compose.prod.yml | 1 + glusterfs.yml | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/cli/ansible.help b/cli/ansible.help index 7aa5493..988a3b5 100644 --- a/cli/ansible.help +++ b/cli/ansible.help @@ -1,3 +1,2 @@ -ARGS - The arguments you wish to provide to this command -TODO: Fill out the help information for this command. +playbook the playbook to run, including extension diff --git a/cli/ansible.usage b/cli/ansible.usage index 5226895..843a4c4 100644 --- a/cli/ansible.usage +++ b/cli/ansible.usage @@ -1 +1 @@ -ARGS... +playbook diff --git a/dockerfiles/services/nextcloud/docker-compose.prod.yml b/dockerfiles/services/nextcloud/docker-compose.prod.yml index 801fd58..abab8a9 100755 --- a/dockerfiles/services/nextcloud/docker-compose.prod.yml +++ b/dockerfiles/services/nextcloud/docker-compose.prod.yml @@ -20,6 +20,7 @@ services: - /opt/nextcloud/nextcloud1/data:/var/www/html/data - /opt/nextcloud/nextcloud1/config:/var/www/html/config - /opt/nextcloud/nextcloud1/apps:/var/www/html/custom_apps + - /opt/nextcloud/data/nextcloud2:/opt/data/nextcloud2 environment: - DBTYPE=mysql - DBHOST=sql.xai-corp.net diff --git a/glusterfs.yml b/glusterfs.yml index 762a913..cee24a8 100644 --- a/glusterfs.yml +++ b/glusterfs.yml @@ -1,5 +1,5 @@ --- -# playbook for home02 +# playbook for gluster file servers - hosts: gfs @@ -34,6 +34,8 @@ - /data/glusterfs/postgresql/brick1/brick nextcloud: - /data/glusterfs/nextcloud/brick1/brick + nextcloud2: + - /data/glusterfs/nextcloud2/brick1/brick distributed_volumes: tmp: - /data/glusterfs/tmp/brick1/brick