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