Disable minecraft on mc1
Ironic
This commit is contained in:
parent
e902e0b9d5
commit
d530671a35
@ -25,17 +25,17 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: base-backups
|
- role: base-backups
|
||||||
tags: [ backups ]
|
tags: [ backups ]
|
||||||
- role: minecraft
|
# - role: minecraft
|
||||||
vars:
|
# vars:
|
||||||
mcname: "me5"
|
# mcname: "me5"
|
||||||
mczip: "https://www.9iron.club/files/me5.zip"
|
# mczip: "https://www.9iron.club/files/me5.zip"
|
||||||
mcforge: "1.12.2-14.23.5.2854"
|
# mcforge: "1.12.2-14.23.5.2854"
|
||||||
mcmotd: "ME5 is Fun Edition"
|
# mcmotd: "ME5 is Fun Edition"
|
||||||
mcport: 25565
|
# mcport: 25565
|
||||||
mcgamemode: 0
|
# mcgamemode: 0
|
||||||
mcviewdist: 14
|
# mcviewdist: 14
|
||||||
mcleveltype: "default"
|
# mcleveltype: "default"
|
||||||
tags: [ gameserver, minecraft, me5 ]
|
# tags: [ gameserver, minecraft, me5 ]
|
||||||
- role: tmodloader
|
- role: tmodloader
|
||||||
vars:
|
vars:
|
||||||
terraria_difficulty: 1
|
terraria_difficulty: 1
|
||||||
@ -76,81 +76,3 @@
|
|||||||
value: [ "{{ inventory_hostname }}." ]
|
value: [ "{{ inventory_hostname }}." ]
|
||||||
become: yes
|
become: yes
|
||||||
tags: [ dns, terraria, calamity ]
|
tags: [ dns, terraria, calamity ]
|
||||||
#- hosts: game1.9iron.club
|
|
||||||
# roles:
|
|
||||||
# - role: base-backups
|
|
||||||
# tags: [ backups ]
|
|
||||||
# - role: minecraft
|
|
||||||
# vars:
|
|
||||||
# mcname: "botania"
|
|
||||||
# mczip: "https://www.9iron.club/files/botaniapack-1.zip"
|
|
||||||
# mcforge: "1.10.2-12.18.3.2511"
|
|
||||||
# mcmotd: "Second go-around edition"
|
|
||||||
# mcport: 25565
|
|
||||||
# mcgamemode: 0
|
|
||||||
# mcviewdist: 14
|
|
||||||
# mcleveltype: "default"
|
|
||||||
# tags: [ gameserver, minecraft, botaniapack ]
|
|
||||||
# - role: steamgame
|
|
||||||
# vars:
|
|
||||||
# steam_appid: "232330"
|
|
||||||
# steam_path: "Counter-Strike Source Dedicated Server"
|
|
||||||
# tags: [ steam, gmod, css ]
|
|
||||||
# - role: sourcegame
|
|
||||||
# vars:
|
|
||||||
# source_appid: "4020"
|
|
||||||
# source_path: GarrysModDS
|
|
||||||
# source_game: garrysmod
|
|
||||||
# source_instancename: ttt
|
|
||||||
# source_args: "+gamemode terrortown +map ttt_lttp_kakariko_a4 +host_workshop_collection 2155532035"
|
|
||||||
# source_configrepo: "https://git.9iron.club/salt/gmodconfig"
|
|
||||||
# tags: [ steam, gmod ]
|
|
||||||
# tasks:
|
|
||||||
# - name: Assure Gmod CNAME record
|
|
||||||
# route53:
|
|
||||||
# state: present
|
|
||||||
# overwrite: yes
|
|
||||||
# zone: 9iron.club
|
|
||||||
# type: CNAME
|
|
||||||
# record: "{{ source_instancename }}.src.9iron.club."
|
|
||||||
# ttl: 3600
|
|
||||||
# value: [ "{{ inventory_hostname }}." ]
|
|
||||||
# become: yes
|
|
||||||
# tags: [ dns ]
|
|
||||||
# - name: Assure Minecraft CNAME record
|
|
||||||
# route53:
|
|
||||||
# state: present
|
|
||||||
# overwrite: yes
|
|
||||||
# zone: 9iron.club
|
|
||||||
# type: CNAME
|
|
||||||
# record: "{{ mcname }}.mc.9iron.club."
|
|
||||||
# ttl: 3600
|
|
||||||
# value: [ "{{ inventory_hostname }}." ]
|
|
||||||
# become: yes
|
|
||||||
# tags: [ dns ]
|
|
||||||
# - name: Assure Minecraft SRV record
|
|
||||||
# route53:
|
|
||||||
# state: present
|
|
||||||
# overwrite: yes
|
|
||||||
# zone: 9iron.club
|
|
||||||
# type: SRV
|
|
||||||
# record: "_minecraft._tcp.{{ mcname }}.mc.{{ zone }}."
|
|
||||||
# ttl: 3600
|
|
||||||
# value: [ "1 10 {{ mcport }} {{ inventory_hostname }}." ]
|
|
||||||
# become: yes
|
|
||||||
# tags: [ dns ]
|
|
||||||
#- hosts: game2
|
|
||||||
# roles:
|
|
||||||
# - role: base-backups
|
|
||||||
# tags: [ backups ]
|
|
||||||
# - role: minecraft
|
|
||||||
# vars:
|
|
||||||
# mcname: "magic-main"
|
|
||||||
# mczip: "https://www.9iron.club/files/magicpackredux.zip"
|
|
||||||
# mcforge: "1.12.2-14.23.5.2854"
|
|
||||||
# mcmotd: "Blood for the blood god, flowers for the flower throne"
|
|
||||||
# mcport: 25567
|
|
||||||
# mcgamemode: 0
|
|
||||||
# mcviewdist: 14
|
|
||||||
# mcleveltype: "default"
|
|
||||||
# tags: [ gameserver, minecraft, magicpack ]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user