aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/vm0.yml
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2021-01-19 20:53:45 +0100
committerbinary <me@rgoncalves.se>2021-01-19 20:53:45 +0100
commit5e845b2f8d5023ed2bf6bbee697839ff4e062fc9 (patch)
tree5a9d8f770409cd98cd809e9865975c35bfc2830a /host_vars/vm0.yml
parent42650055c6066989bb2c0d38613c6028b6188e9d (diff)
downloadinfrastructure-5e845b2f8d5023ed2bf6bbee697839ff4e062fc9.tar.gz
Rename hosts
Diffstat (limited to 'host_vars/vm0.yml')
-rw-r--r--host_vars/vm0.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/host_vars/vm0.yml b/host_vars/vm0.yml
deleted file mode 100644
index 13a6c1f..0000000
--- a/host_vars/vm0.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-ansible_host: vm0
-ip:
- in: 10.10.0.60
- out: 192.168.5.60
-
-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
-
- - name: "factorio"
- proto: "udp"
- port: "34197"
- public: true
-
- - name: "ksp"
- proto: "tcp"
- port: "8800"
- public: true
-
- - name: "ksp"
- proto: "udp"
- port: "8800"
- public: true
remember that computers suck.