From c20af0bdf7178eff61757a958a2faf9e8e78a613 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 14 Jan 2021 23:46:32 -0500 Subject: [PATCH] Add account for scipio application --- vars/accounts.yml | 5 +++++ vars/applications.yml | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/vars/accounts.yml b/vars/accounts.yml index 8bb7d34..c3e698c 100644 --- a/vars/accounts.yml +++ b/vars/accounts.yml @@ -72,3 +72,8 @@ omni_users: uid: 1292 targets: [datastore] svc: true + + - name: mech_scipio + uid: 1291 + targets: [datastore] + svc: true diff --git a/vars/applications.yml b/vars/applications.yml index 9b876bc..78ffbd0 100644 --- a/vars/applications.yml +++ b/vars/applications.yml @@ -84,3 +84,16 @@ omni_compose_apps: main: 192.168.100.0/24 versions: default: "5.12" + scipio: + datastore: /appdata/scipio + account: + name: mech_scipio + uid: 1291 + published: + host: scipio.net.enp.one + ports: + 8081: 8080 + networks: + main: 192.168.106.0/24 + versions: + default: latest