Add minecraft host group

This commit is contained in:
Timo Makinen 2022-03-07 23:43:23 +00:00
parent 7b9f2a2dfc
commit 48398702dd
4 changed files with 46 additions and 0 deletions

9
group_vars/minecraft.yml Normal file
View file

@ -0,0 +1,9 @@
---
mem_size: 4096
datadisks:
- 100
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 4949, from: [172.20.30.0/24]}
- {proto: tcp, port: 25565, from: [172.20.30.0/24]}
- {proto: udp, port: 25565, from: [172.20.30.0/24]}