aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2021-03-11 15:45:27 +0100
committerbinary <me@rgoncalves.se>2021-03-11 15:45:32 +0100
commit3ee94802474582608ca1e0d6e4bdbe89a4d1cb8d (patch)
tree0584fa5d827a38777553bfb22d95606cf9f08ab0
parentcb3c7b1d4246c5b11d4a058ac220bc6932d675fd (diff)
downloadold-infrastructure-3ee94802474582608ca1e0d6e4bdbe89a4d1cb8d.tar.gz
st0gme0 becomes the main gaming server.
-rw-r--r--host_vars/st0gme0.yml10
-rw-r--r--host_vars/st0gme1.yml22
-rw-r--r--host_vars/stack0.yml31
3 files changed, 14 insertions, 49 deletions
diff --git a/host_vars/st0gme0.yml b/host_vars/st0gme0.yml
index 1bdd70d..a1ec7da 100644
--- a/host_vars/st0gme0.yml
+++ b/host_vars/st0gme0.yml
@@ -1,4 +1,4 @@
-_groups: openbsd
+_groups: alpine
ip:
in: 10.10.0.62
out: 192.168.5.62
@@ -11,4 +11,12 @@ services:
proto: "tcp"
port: "22"
+ - name: "minecraft"
+ proto: "tcp"
+ port: "25565"
+ public: true
+ - name: "minecraft"
+ proto: "udp"
+ port: "25565"
+ public: true
diff --git a/host_vars/st0gme1.yml b/host_vars/st0gme1.yml
deleted file mode 100644
index ad68490..0000000
--- a/host_vars/st0gme1.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-_groups: alpine
-ip:
- in: 10.10.0.63
- out: 192.168.5.63
-
-virtual: true
-
-services:
-
- - name: "ssh"
- proto: "tcp"
- port: "22"
-
- - name: "minecraft"
- proto: "tcp"
- port: "25565"
- public: true
-
- - name: "minecraft"
- proto: "udp"
- port: "25565"
- public: true
diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml
index 3c89dd1..b93ee22 100644
--- a/host_vars/stack0.yml
+++ b/host_vars/stack0.yml
@@ -19,12 +19,12 @@ vms:
memory: 4G
cpu: 2
disks:
- - { id: 0, size: "32G" }
+ - { id: 0, size: "8G" }
- name: st0dev1
image: openbsd
- memory: 1G
- cpu: 1
+ memory: 4G
+ cpu: 2
disks:
- { id: 0, size: "8G" }
@@ -33,36 +33,15 @@ vms:
memory: 4G
cpu: 2
disks:
- - { id: 0, size: "64G" }
-
- - name: st0gme0
- image: openbsd
- memory: 4G
- cpu: 4
- disks:
- { id: 0, size: "8G" }
- - name: st0gme1
+ - name: st0gme0
image: alpine
memory: 16G
- cpu: 4
+ cpu: 8
disks:
- { id: 0, size: "8G" }
- - name: st0sbx0
- image: openbsd
- memory: 2G
- cpu: 1
- disks:
- - { id: 0, size: "4G" }
-
- - name: st0sbx1
- image: alpine
- memory: 2G
- cpu: 1
- disks:
- - { id: 0, size: "4G" }
-
hypervisor:
interface: bce0
switch: public
remember that computers suck.