Friendship ended with Minecraft

Now Terraria is my new Best Friend
This commit is contained in:
Salt 2021-03-06 20:51:16 -06:00
parent 35480feaab
commit 3df725e186
2 changed files with 14 additions and 0 deletions

View File

@ -56,6 +56,7 @@
# Kinda forked it and changed a few settings tho
- name: docker deploy scpsl
docker_container:
state: absent
name: scpsl
image: rehashedsalt/scpsl:latest
restart_policy: unless-stopped
@ -68,6 +69,18 @@
- /home/steam/steamcmd
- /home/steam/scp_server
tags: [ docker, scpsl ]
- name: docker deploy terraria
docker_container:
name: terraria
image: rehashedsalt/tmodloader
restart_policy: unless-stopped
pull: yes
ports:
- 7777:7777
volumes:
- /etc/localtime:/etc/localtime:ro
- /data/terraria/data:/terraria
tags: [ docker, terraria ]
# Vanilla Ice
# Note that this one doesn't get a nightly restart job because Paper is awesome
- hosts: game1.desu.ltd

View File

@ -1,4 +1,5 @@
# vim:ft=ansible:
minecraft_enabled: no
minecraft_name: dammit
minecraft_version: 1.7.10
minecraft_jre_xmx: 4G