diff options
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/st0gme0.yml | 10 | ||||
-rw-r--r-- | host_vars/st0gme1.yml | 22 | ||||
-rw-r--r-- | host_vars/stack0.yml | 31 |
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 |