aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/ws-bentonite.yml6
-rw-r--r--host_vars/ws-think01.yml6
-rw-r--r--host_vars/ws-xps01.yml6
3 files changed, 18 insertions, 0 deletions
diff --git a/host_vars/ws-bentonite.yml b/host_vars/ws-bentonite.yml
new file mode 100644
index 0000000..d911ba1
--- /dev/null
+++ b/host_vars/ws-bentonite.yml
@@ -0,0 +1,6 @@
+ansible_host: ws-bentonite
+ip:
+ in: 10.10.0.81
+ out: 192.168.5.81
+
+virtual: false
diff --git a/host_vars/ws-think01.yml b/host_vars/ws-think01.yml
new file mode 100644
index 0000000..8fab600
--- /dev/null
+++ b/host_vars/ws-think01.yml
@@ -0,0 +1,6 @@
+ansible_host: ws-think01
+ip:
+ in: 10.10.0.82
+ out: 192.168.5.82
+
+virtual: false
diff --git a/host_vars/ws-xps01.yml b/host_vars/ws-xps01.yml
new file mode 100644
index 0000000..ee09d6b
--- /dev/null
+++ b/host_vars/ws-xps01.yml
@@ -0,0 +1,6 @@
+ansible_host: ws-xps01
+ip:
+ in: 10.10.0.80
+ out: 192.168.5.80
+
+virtual: false
remember that computers suck.