Add minecraft host group
This commit is contained in:
parent
7b9f2a2dfc
commit
48398702dd
4 changed files with 46 additions and 0 deletions
9
group_vars/minecraft.yml
Normal file
9
group_vars/minecraft.yml
Normal 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]}
|
Loading…
Add table
Add a link
Reference in a new issue