diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-09-28 14:35:45 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-09-28 14:35:45 +0200 |
commit | 236381688164961fb4350e787a2438c687925adb (patch) | |
tree | bd2d9099f08f77f4d63f38c5a18bcb02079b2f1b | |
parent | 6fb7754b9ff1a57ea7a648748bb9e44b94b0c4ea (diff) | |
download | rules-236381688164961fb4350e787a2438c687925adb.tar.gz |
host_vars: add wstation-work-01
-rw-r--r-- | host_vars/wstation-work-01.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host_vars/wstation-work-01.yml b/host_vars/wstation-work-01.yml new file mode 100644 index 0000000..96480e3 --- /dev/null +++ b/host_vars/wstation-work-01.yml @@ -0,0 +1,5 @@ +--- + +__ip: + external: dhcp + internal: 10.10.0.13 |