diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-03-30 21:33:28 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-07-03 17:31:09 +0200 |
commit | 0ef51f8a0337eb0945cdf408a08691633c616b73 (patch) | |
tree | 0a1e35fd950c80f13a7ef6c3fa4c16b68c2ab671 /host_vars | |
parent | e0aa90f72863c8c46757944280406014da83268a (diff) | |
download | rules-0ef51f8a0337eb0945cdf408a08691633c616b73.tar.gz |
roles/workstation: introduce ws-think03
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/ws-think03.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host_vars/ws-think03.yml b/host_vars/ws-think03.yml new file mode 100644 index 0000000..c9d2956 --- /dev/null +++ b/host_vars/ws-think03.yml @@ -0,0 +1,3 @@ +__ip: + external: dhcp + internal: 10.10.0.84 |