Reorganize roles, split minecraft heads in two

This commit is contained in:
Salt 2020-06-28 04:05:14 -05:00
parent 172fb2a33b
commit ec10a5706f
4 changed files with 18 additions and 12 deletions

View File

@ -26,3 +26,5 @@ all:
hosts:
game1:
ansible_host: game1.9iron.club
game2:
ansible_host: game2.9iron.club

View File

@ -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 ]

View File

@ -3,6 +3,8 @@
---
- hosts: home
roles:
- role: zerotier
tags: [ common, zerotier ]
- role: desktop
vars:
mopidy_spotify_username: !vault |

View File

@ -4,8 +4,6 @@
- import_playbook: provision.yml
- hosts: all
roles:
- role: zerotier
tags: [ common, zerotier ]
- role: influxdb
tags: [ common, influxdb ]
- role: user