summaryrefslogtreecommitdiffstats
path: root/setup/projects/web/vars/volumes.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-29 05:07:11 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-29 05:07:11 +0200
commit963221b9cab88846db37ad5efa658eeb39aada35 (patch)
treef270f59fd7226d89f60ca8eecad1a2b79173e0e4 /setup/projects/web/vars/volumes.yml
parenta2bf14be3f6b24b8f0ab5adf9428483eae60d8d6 (diff)
downloadands-963221b9cab88846db37ad5efa658eeb39aada35.tar.gz
ands-963221b9cab88846db37ad5efa658eeb39aada35.tar.bz2
ands-963221b9cab88846db37ad5efa658eeb39aada35.tar.xz
ands-963221b9cab88846db37ad5efa658eeb39aada35.zip
Trac hosting (old and new); WebDAV service for KATRIN
Diffstat (limited to 'setup/projects/web/vars/volumes.yml')
-rw-r--r--setup/projects/web/vars/volumes.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup/projects/web/vars/volumes.yml b/setup/projects/web/vars/volumes.yml
new file mode 100644
index 0000000..579e041
--- /dev/null
+++ b/setup/projects/web/vars/volumes.yml
@@ -0,0 +1,15 @@
+gids:
+ web: { id: 6201, users: [ 'csa', 'kopmann' ] }
+ web_kopmann: { id: 6202, users: [ 'kopmann' ] }
+ web_trac: { id: 6205, users: [ 'csa', 'kopmann' ] }
+ web_auth: { id: 6209 }
+
+
+volumes:
+ web_etc: { volume: "openshift", path: "", write: false }
+ web_data: { volume: "datastore", path: "/web", write: true }
+
+files:
+ - { osv: "web_etc", path: "auth", state: "directory", group: "web_auth", mode: "02770" }
+ - { osv: "web_data", path: "trac", state: "directory", group: "web_trac", mode: "02770" }
+ - { osv: "web_data", path: "kopmann", state: "directory", group: "web_kopmann", mode: "02770" }