add new data mount for nextcloud2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
ARGS...
|
playbook
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ services:
|
|||||||
- /opt/nextcloud/nextcloud1/data:/var/www/html/data
|
- /opt/nextcloud/nextcloud1/data:/var/www/html/data
|
||||||
- /opt/nextcloud/nextcloud1/config:/var/www/html/config
|
- /opt/nextcloud/nextcloud1/config:/var/www/html/config
|
||||||
- /opt/nextcloud/nextcloud1/apps:/var/www/html/custom_apps
|
- /opt/nextcloud/nextcloud1/apps:/var/www/html/custom_apps
|
||||||
|
- /opt/nextcloud/data/nextcloud2:/opt/data/nextcloud2
|
||||||
environment:
|
environment:
|
||||||
- DBTYPE=mysql
|
- DBTYPE=mysql
|
||||||
- DBHOST=sql.xai-corp.net
|
- DBHOST=sql.xai-corp.net
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# playbook for home02
|
# playbook for gluster file servers
|
||||||
|
|
||||||
|
|
||||||
- hosts: gfs
|
- hosts: gfs
|
||||||
@@ -34,6 +34,8 @@
|
|||||||
- /data/glusterfs/postgresql/brick1/brick
|
- /data/glusterfs/postgresql/brick1/brick
|
||||||
nextcloud:
|
nextcloud:
|
||||||
- /data/glusterfs/nextcloud/brick1/brick
|
- /data/glusterfs/nextcloud/brick1/brick
|
||||||
|
nextcloud2:
|
||||||
|
- /data/glusterfs/nextcloud2/brick1/brick
|
||||||
distributed_volumes:
|
distributed_volumes:
|
||||||
tmp:
|
tmp:
|
||||||
- /data/glusterfs/tmp/brick1/brick
|
- /data/glusterfs/tmp/brick1/brick
|
||||||
|
|||||||
Reference in New Issue
Block a user