diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-29 05:07:11 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-29 05:07:11 +0200 |
commit | 963221b9cab88846db37ad5efa658eeb39aada35 (patch) | |
tree | f270f59fd7226d89f60ca8eecad1a2b79173e0e4 /setup/projects/web/vars/volumes.yml | |
parent | a2bf14be3f6b24b8f0ab5adf9428483eae60d8d6 (diff) | |
download | ands-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.yml | 15 |
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" } |