summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-06 17:22:56 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-06 17:22:56 +0200
commit1ae3b1703d48ab32298df6ee73758a44ffd6ee0c (patch)
treeb2a9208e70db79fb37eedcb237112dbd4c3bfbb1 /inventory
parentpreseed: make uninstalling netplan optional (diff)
added support for public address mappings in vm host network
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/sk-2019vm.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/host_vars/sk-2019vm.yml b/inventory/host_vars/sk-2019vm.yml
index 252685f2..bea257aa 100644
--- a/inventory/host_vars/sk-2019vm.yml
+++ b/inventory/host_vars/sk-2019vm.yml
@@ -20,6 +20,10 @@ vm_host:
offsets:
sk-testvm: 253
nat: yes
+ # public:
+ # prefix: 1.2.3.0/29
+ # mappings:
+ # sk-testvm: [ 0 ]
ssh_keys_root: "{{ ssh_keys.equinox[env_group] + ssh_keys.dan }}"