Remove a bunch more unused games
This commit is contained in:
parent
3edd0204e3
commit
38eab209a2
@ -34,7 +34,6 @@
|
||||
- game/factorio.yml
|
||||
- game/minecraft-vanilla.yml
|
||||
- game/minecraft-direwolf20.yml
|
||||
- game/satisfactory.yml
|
||||
- game/zomboid.yml
|
||||
tags: [ always ]
|
||||
roles:
|
||||
|
@ -1,19 +0,0 @@
|
||||
# vim:ft=ansible:
|
||||
- name: docker deploy css
|
||||
docker_container:
|
||||
name: css
|
||||
state: started
|
||||
image: foxylion/steam-css
|
||||
restart_policy: unless-stopped
|
||||
command: "/home/steam/entrypoint.sh update"
|
||||
pull: yes
|
||||
ports:
|
||||
- "1200:1200"
|
||||
- "26901:26901/udp"
|
||||
- "27005:27005/udp"
|
||||
- "27015:27015"
|
||||
- "27015:27015/udp"
|
||||
- "27020:27020/udp"
|
||||
volumes:
|
||||
- /data/css/server.cfg:/home/steam/css/cstrike/cfg/my-server.cfg
|
||||
tags: [ docker, css ]
|
@ -1,25 +0,0 @@
|
||||
# vim:ft=ansible:
|
||||
- name: docker deploy gmod
|
||||
docker_container:
|
||||
name: gmod
|
||||
state: started
|
||||
image: hackebein/garrysmod
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
tty: yes
|
||||
env:
|
||||
AUTHKEY: "{{ steam_apikey }}"
|
||||
GAMEMODE: prop_hunt
|
||||
MAP: ph_islandhouse
|
||||
WORKSHOP: "2155532035"
|
||||
WORKSHOPDL: "2155532035"
|
||||
ports:
|
||||
- "1200:1200"
|
||||
- "26901:26901/udp"
|
||||
- "27005:27005/udp"
|
||||
- "27015:27015"
|
||||
- "27015:27015/udp"
|
||||
- "27020:27020/udp"
|
||||
volumes:
|
||||
- /data/gmod:/opt/overlay
|
||||
tags: [ docker, gmod ]
|
@ -1,17 +0,0 @@
|
||||
# vim:ft=ansible:
|
||||
- name: docker deploy satisfactory
|
||||
docker_container:
|
||||
name: satisfactory
|
||||
state: absent
|
||||
image: wolveix/satisfactory-server:latest
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
env:
|
||||
MAXPLAYERS: "8"
|
||||
ports:
|
||||
- '7777:7777/udp'
|
||||
- '15000:15000/udp'
|
||||
- '15777:15777/udp'
|
||||
volumes:
|
||||
- /data/satisfactory/config:/config
|
||||
tags: [ docker, satisfactory ]
|
@ -1,18 +0,0 @@
|
||||
# vim:ft=ansible:
|
||||
# https://github.com/mkrupczak3/SCP-SECRET-LAB-DOCKER
|
||||
# Kinda forked it and changed a few settings tho
|
||||
- name: docker deploy scpsl
|
||||
docker_container:
|
||||
name: scpsl
|
||||
state: started
|
||||
image: rehashedsalt/scpsl:latest
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
ports:
|
||||
- "7777-7784:7777-7784/udp"
|
||||
- "7777-7784:7777-7784"
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /data/scpsl/steamcmd:/home/steam/steamcmd
|
||||
- /data/scpsl/scp_server:/home/steam/scp_server
|
||||
tags: [ docker, scpsl ]
|
@ -1,15 +0,0 @@
|
||||
# vim:ft=ansible:
|
||||
- name: docker deploy starbound
|
||||
docker_container:
|
||||
name: starbound
|
||||
state: absent
|
||||
image: didstopia/starbound-server
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
env:
|
||||
SKIP_STEAMCMD: "true"
|
||||
ports:
|
||||
- "21025:21025"
|
||||
volumes:
|
||||
- /data/starbound/main:/steamcmd/starbound
|
||||
tags: [ docker, starbound ]
|
Loading…
Reference in New Issue
Block a user