diff --git a/playbooks/game.yml b/playbooks/game.yml index 272b515..fc2c2cb 100755 --- a/playbooks/game.yml +++ b/playbooks/game.yml @@ -58,6 +58,21 @@ tags: [ docker, minecraft ] - hosts: game2.desu.ltd tasks: + - name: docker deploy css + docker_container: + name: css + state: started + image: foxylion/steam-css + restart_policy: unless-stopped + pull: yes + ports: + - "1200:1200" + - "26901:26901/udp" + - "27005:27005/udp" + - "27015:27015" + - "27015:27015/udp" + - "27020:27020/udp" + tags: [ docker, css ] # https://github.com/mkrupczak3/SCP-SECRET-LAB-DOCKER # Kinda forked it and changed a few settings tho - name: docker deploy scpsl