Compare commits

...

3 Commits

6 changed files with 5 additions and 5 deletions

View File

@ -7,5 +7,5 @@
- name: include tasks for gameservers
include_tasks: tasks/game/{{ item }}
with_items:
- hexxit2-survival.yml
- minecraft-hexxit2-survival.yml
tags: [ always ]

View File

@ -6,9 +6,9 @@
env:
DISCORD_TOKEN: "{{ secret_gulagbot_discord_token }}"
GULAG_DEBUG: "false"
GULAG_HUMILIATION: 3
GULAG_SCORE_MIN: -3
GULAG_SCORE_MAX: 15
GULAG_HUMILIATION: "3"
GULAG_SCORE_MIN: "-3"
GULAG_SCORE_MAX: "15"
PGHOST: 192.168.1.29
PGDATABASE: gulagbot-desultd
PGUSER: gulagbot-desultd

View File

@ -2,7 +2,7 @@
- name: docker deploy minecraft hexxit2-survival
docker_container:
name: hexxit2-survival
state: started
state: absent
image: rehashedsalt/minecraft-forge:1.12.2-14.23.5.2855-master
restart_policy: unless-stopped
pull: yes