From 3ee94802474582608ca1e0d6e4bdbe89a4d1cb8d Mon Sep 17 00:00:00 2001 From: binary Date: Thu, 11 Mar 2021 15:45:27 +0100 Subject: st0gme0 becomes the main gaming server. --- host_vars/st0gme0.yml | 10 +++++++++- host_vars/st0gme1.yml | 22 ---------------------- host_vars/stack0.yml | 31 +++++-------------------------- 3 files changed, 14 insertions(+), 49 deletions(-) delete mode 100644 host_vars/st0gme1.yml 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" } @@ -32,37 +32,16 @@ vms: image: openbsd 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 -- cgit v1.2.3