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/stack0-cld0.yml | |
parent | ce061ee4ce308bb7ee04c1df1e91792ff11b1ba6 (diff) | |
download | rules-39a003aaca64af6ee57cc9f24e782d7dc1047c17.tar.gz |
inventory: Add per host and group files
Diffstat (limited to 'host_vars/stack0-cld0.yml')
-rw-r--r-- | host_vars/stack0-cld0.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host_vars/stack0-cld0.yml b/host_vars/stack0-cld0.yml new file mode 100644 index 0000000..62e282d --- /dev/null +++ b/host_vars/stack0-cld0.yml @@ -0,0 +1,5 @@ +__is_vm: true + +__ip: + external: 192.168.5.62 + internal: 10.10.0.62 |