Reorganize roles, split minecraft heads in two
This commit is contained in:
parent
172fb2a33b
commit
ec10a5706f
@ -26,3 +26,5 @@ all:
|
||||
hosts:
|
||||
game1:
|
||||
ansible_host: game1.9iron.club
|
||||
game2:
|
||||
ansible_host: game2.9iron.club
|
||||
|
@ -3,6 +3,8 @@
|
||||
---
|
||||
- hosts: game1
|
||||
roles:
|
||||
- role: backups
|
||||
tags: [ backups ]
|
||||
- role: adam
|
||||
vars:
|
||||
adam_name: lain
|
||||
@ -16,8 +18,6 @@
|
||||
33306532343963383331623663616161626533633261383238646164663362396261633736636362
|
||||
373764613833343634346333613639626535
|
||||
tags: [ discord, adam ]
|
||||
- role: backups
|
||||
tags: [ backups ]
|
||||
- role: minecraft
|
||||
vars:
|
||||
mcname: "rotary-main"
|
||||
@ -38,6 +38,18 @@
|
||||
# mcgamemode: 1
|
||||
# mcleveltype: "flat"
|
||||
# tags: [ gameserver, minecraft, rotarypack ]
|
||||
# - role: terraria
|
||||
# vars:
|
||||
# terraria_name: "main"
|
||||
# terraria_password: "dicks"
|
||||
# terraria_motd: "New major release edition"
|
||||
# terraria_port: 7777
|
||||
# terraria_difficulty: 2
|
||||
# tags: [ gameserver, terraria ]
|
||||
- hosts: game2
|
||||
roles:
|
||||
- role: backups
|
||||
tags: [ backups ]
|
||||
- role: minecraft
|
||||
vars:
|
||||
mcname: "magic-main"
|
||||
@ -48,11 +60,3 @@
|
||||
mcgamemode: 0
|
||||
mcleveltype: "default"
|
||||
tags: [ gameserver, minecraft, magicpack ]
|
||||
# - role: terraria
|
||||
# vars:
|
||||
# terraria_name: "main"
|
||||
# terraria_password: "dicks"
|
||||
# terraria_motd: "New major release edition"
|
||||
# terraria_port: 7777
|
||||
# terraria_difficulty: 2
|
||||
# tags: [ gameserver, terraria ]
|
||||
|
@ -3,6 +3,8 @@
|
||||
---
|
||||
- hosts: home
|
||||
roles:
|
||||
- role: zerotier
|
||||
tags: [ common, zerotier ]
|
||||
- role: desktop
|
||||
vars:
|
||||
mopidy_spotify_username: !vault |
|
||||
|
Loading…
Reference in New Issue
Block a user