aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/vm0.yml
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/vm0.yml')
-rw-r--r--host_vars/vm0.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/host_vars/vm0.yml b/host_vars/vm0.yml
new file mode 100644
index 0000000..781eeda
--- /dev/null
+++ b/host_vars/vm0.yml
@@ -0,0 +1,20 @@
+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"
+
+ - name: "minecraft"
+ proto: "udp"
+ port: "25565"
remember that computers suck.