add watch2gether stuff

This commit is contained in:
Torma Kristóf 2022-02-19 22:09:10 +01:00
parent 6921b46dc7
commit 2a66c402bf
4 changed files with 32 additions and 0 deletions

2
host_vars/rabbit.yaml Normal file
View File

@ -0,0 +1,2 @@
---
dockercompose_yml_name: "docker-compose-neko.yml"

View File

@ -8,3 +8,5 @@ all:
hosts:
testhost:
ansible_host: 192.168.69.102
rabbit:
ansible_host: 192.168.69.14

View File

@ -0,0 +1,15 @@
version: "3.4"
services:
neko:
image: "m1k1o/neko:firefox"
restart: "unless-stopped"
shm_size: "2gb"
ports:
- "8080:8080"
- "52000-52100:52000-52100/udp"
environment:
NEKO_SCREEN: 1920x1080@30
NEKO_PASSWORD: neko
NEKO_PASSWORD_ADMIN: admin
NEKO_EPR: 52000-52100
NEKO_ICELITE: 1

13
watch2gether.yaml Normal file
View File

@ -0,0 +1,13 @@
---
- name: "Test ansbile roles"
hosts: woolsey
roles:
- common
- docker
- mariadb
- postgresql
- backupscript
- internalsmtp
- smtpgateway
- webgateway
- webserver