add watch2gether stuff
This commit is contained in:
parent
6921b46dc7
commit
2a66c402bf
2
host_vars/rabbit.yaml
Normal file
2
host_vars/rabbit.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
dockercompose_yml_name: "docker-compose-neko.yml"
|
@ -8,3 +8,5 @@ all:
|
|||||||
hosts:
|
hosts:
|
||||||
testhost:
|
testhost:
|
||||||
ansible_host: 192.168.69.102
|
ansible_host: 192.168.69.102
|
||||||
|
rabbit:
|
||||||
|
ansible_host: 192.168.69.14
|
15
roles/docker/files/docker-compose-neko.yml
Normal file
15
roles/docker/files/docker-compose-neko.yml
Normal 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
13
watch2gether.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
- name: "Test ansbile roles"
|
||||||
|
hosts: woolsey
|
||||||
|
roles:
|
||||||
|
- common
|
||||||
|
- docker
|
||||||
|
- mariadb
|
||||||
|
- postgresql
|
||||||
|
- backupscript
|
||||||
|
- internalsmtp
|
||||||
|
- smtpgateway
|
||||||
|
- webgateway
|
||||||
|
- webserver
|
Loading…
Reference in New Issue
Block a user