Move Terraria to game2
This commit is contained in:
parent
5cddcf236d
commit
7007e0ab92
@ -48,23 +48,6 @@
|
||||
lan: false
|
||||
admins: [ "rehashed_salt" ]
|
||||
tags: [ game, factorio ]
|
||||
# Docker gameservers
|
||||
- hosts: game1.desu.ltd
|
||||
vars:
|
||||
container_default_behavior: no_defaults
|
||||
tasks:
|
||||
- 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
|
||||
@ -107,6 +90,7 @@
|
||||
- name: docker deploy scpsl
|
||||
docker_container:
|
||||
name: scpsl
|
||||
state: present
|
||||
image: rehashedsalt/scpsl:latest
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
@ -118,6 +102,19 @@
|
||||
- /home/steam/steamcmd
|
||||
- /home/steam/scp_server
|
||||
tags: [ docker, scpsl ]
|
||||
- name: docker deploy terraria
|
||||
docker_container:
|
||||
name: terraria
|
||||
state: absent
|
||||
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 ]
|
||||
roles:
|
||||
- role: backup
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user