diff options
author | binary <me@rgoncalves.se> | 2021-01-14 13:33:11 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-14 13:33:11 +0100 |
commit | 5e6f92895f11c62565c23a6cbad2dac73118569d (patch) | |
tree | a6d1e861e6d57436cf6fa830fb490db7945df90a /host_vars | |
parent | c324cb63afa5bd9135219b65e73491ea1471077c (diff) | |
download | infrastructure-5e6f92895f11c62565c23a6cbad2dac73118569d.tar.gz |
Add workstation configurations
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/ws-bentonite.yml | 6 | ||||
-rw-r--r-- | host_vars/ws-think01.yml | 6 | ||||
-rw-r--r-- | host_vars/ws-xps01.yml | 6 |
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 |