Compare commits

..

No commits in common. "1cd612a2bd83be6c4921c257dbea47e4417da003" and "8bfb365dfde9d30e60af5adf96cdc8769499e43c" have entirely different histories.

4 changed files with 5 additions and 32 deletions

View File

@ -1,8 +0,0 @@
[defaults]
host_key_checking = false
[ssh_connection]
ssh_args = "-C -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes"
[inventory]
enable_plugins = yaml

View File

@ -19,24 +19,8 @@ volumes:
services: services:
dashboard:
image: adminer:{{ omni_compose_apps.scipio.versions.dashboard | default(omni_compose_apps.scipio.versions.default) }}
hostname: scipio-dashboard
networks:
- scipio
ports:
- published: {{ omni_compose_apps.plex.published.ports.8080 }}
target: 8080
protocol: tcp
mode: ingress
environment:
ADMINER_DESIGN: hydra
ADMINER_DEFAULT_SERVER: scipio-database
deploy:
replicas: 1
database: database:
image: mariadb:{{ omni_compose_apps.scipio.versions.database | default(omni_compose_apps.scipio.versions.default) }} image: mariadb:10
hostname: scipio-database hostname: scipio-database
networks: networks:
- scipio - scipio
@ -66,6 +50,6 @@ services:
SCIPIO_DB_SCHEMA: scipio SCIPIO_DB_SCHEMA: scipio
SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/ SCIPIO_PHANTOM_FEED: https://blog.tipranks.com/feed/
SCIPIO_PHANTOM_HANDLER: tipranks SCIPIO_PHANTOM_HANDLER: tipranks
command: --phantom -vv command: --phantom --verbose
deploy: deploy:
replicas: 1 replicas: 1

View File

@ -2,10 +2,9 @@
- name: Clone repositories - name: Clone repositories
when: item.value.build is defined when: item.value.build is defined
git: git:
repo: "{{ item.value.build.repository }}"
dest: /tmp/{{ item.key }} dest: /tmp/{{ item.key }}
repo: "{{ item.value.build.repository }}"
version: "{{ item.value.build.version }}" version: "{{ item.value.build.version }}"
accept_hostkey: true
loop: "{{ omni_compose_apps | dict2items }}" loop: "{{ omni_compose_apps | dict2items }}"
loop_control: loop_control:
label: "{{ item.key }}" label: "{{ item.key }}"

View File

@ -87,7 +87,7 @@ omni_compose_apps:
scipio: scipio:
build: build:
repository: git@github.com:tjyork/Scipio.git repository: git@github.com:tjyork/Scipio.git
version: 0.2.2 version: 0.2.0
datastore: /appdata/scipio datastore: /appdata/scipio
account: account:
name: mech_scipio name: mech_scipio
@ -95,10 +95,8 @@ omni_compose_apps:
published: published:
host: scipio.net.enp.one host: scipio.net.enp.one
ports: ports:
8080: 8081 8081: 8080
networks: networks:
main: 192.168.106.0/24 main: 192.168.106.0/24
versions: versions:
default: latest default: latest
database: "10"
phantom: 0.2.2