diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-04 17:09:00 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-04 18:47:42 +0000 |
commit | 39a003aaca64af6ee57cc9f24e782d7dc1047c17 (patch) | |
tree | f4a0caf7bb0c0b46ae1124ce17a1bcc1a18cedb6 /host_vars/ws-xps01.yml | |
parent | ce061ee4ce308bb7ee04c1df1e91792ff11b1ba6 (diff) | |
download | rules-39a003aaca64af6ee57cc9f24e782d7dc1047c17.tar.gz |
inventory: Add per host and group files
Diffstat (limited to 'host_vars/ws-xps01.yml')
-rw-r--r-- | host_vars/ws-xps01.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host_vars/ws-xps01.yml b/host_vars/ws-xps01.yml new file mode 100644 index 0000000..cda287c --- /dev/null +++ b/host_vars/ws-xps01.yml @@ -0,0 +1,3 @@ +__ip: + external: dhcp + internal: 10.10.0.81 |