Compare commits
No commits in common. "ce37a7fec3691a56cf89f4e404e549ce8b63e20c" and "12f33d9ffcc6dd6046be832ba37c8bfef891dc06" have entirely different histories.
ce37a7fec3
...
12f33d9ffc
@ -7,5 +7,5 @@
|
||||
- name: include tasks for gameservers
|
||||
include_tasks: tasks/game/{{ item }}
|
||||
with_items:
|
||||
- minecraft-hexxit2-survival.yml
|
||||
- hexxit2-survival.yml
|
||||
tags: [ always ]
|
||||
|
@ -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
|
||||
|
@ -2,7 +2,7 @@
|
||||
- name: docker deploy minecraft hexxit2-survival
|
||||
docker_container:
|
||||
name: hexxit2-survival
|
||||
state: absent
|
||||
state: started
|
||||
image: rehashedsalt/minecraft-forge:1.12.2-14.23.5.2855-master
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
Loading…
x
Reference in New Issue
Block a user