aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/vm1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/vm1.yml')
-rw-r--r--host_vars/vm1.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/host_vars/vm1.yml b/host_vars/vm1.yml
new file mode 100644
index 0000000..c213f8b
--- /dev/null
+++ b/host_vars/vm1.yml
@@ -0,0 +1,13 @@
+ansible_host: vm1
+ip:
+ in: 10.10.0.61
+ out: 192.168.5.61
+
+virtual: true
+
+services:
+
+ - name: "ssh"
+ proto: "tcp"
+ port: "22"
+
remember that computers suck.