diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2024-02-08 13:27:52 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-02-08 13:33:36 +0100 |
commit | 76af5e5e55fce3912608722cd5f774c215f34c1d (patch) | |
tree | f374d762e1f3c45b03a52d23617382a979f00238 /host_vars/wstation-xps-01.yml | |
parent | bd3aa9905be222f5198d7f56e4f1ee0f59b477e8 (diff) | |
download | rules-76af5e5e55fce3912608722cd5f774c215f34c1d.tar.gz |
refactor(vars): flatten group_vars and host_vars files
Diffstat (limited to 'host_vars/wstation-xps-01.yml')
-rw-r--r-- | host_vars/wstation-xps-01.yml/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host_vars/wstation-xps-01.yml/main.yml b/host_vars/wstation-xps-01.yml/main.yml new file mode 100644 index 0000000..bf2e0c8 --- /dev/null +++ b/host_vars/wstation-xps-01.yml/main.yml @@ -0,0 +1,5 @@ +--- + +__ip: + external: dhcp + internal: 10.10.0.81 |