diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-12-22 22:44:04 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-12-22 22:44:37 +0100 |
commit | f5d67edf2ffe8a21c6794209db23fe53f94180c9 (patch) | |
tree | 221fa2a98e8786fa75092d629ed848b53235fe21 /inventory/host_vars/sk-2019vm.yml | |
parent | minor changes to acmetool role (diff) |
improve vm-host network config
Diffstat (limited to 'inventory/host_vars/sk-2019vm.yml')
-rw-r--r-- | inventory/host_vars/sk-2019vm.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/inventory/host_vars/sk-2019vm.yml b/inventory/host_vars/sk-2019vm.yml index a24ebf41..b2061380 100644 --- a/inventory/host_vars/sk-2019vm.yml +++ b/inventory/host_vars/sk-2019vm.yml @@ -13,24 +13,24 @@ base_intel_nic_stability_fix: true vm_host: network: - interface: br-public - prefix: 192.168.250.254/24 dns: - 213.133.100.100 - 213.133.98.98 - 213.133.99.99 - offsets: - sk-torrent: 136 - ch-mimas: 143 - sk-testvm: 253 - nat: yes - public: - prefix: 178.63.180.136/29 - mappings: - sk-torrent: 0 - ch-mimas: 6 - sk-testvm: 7 - + bridges: + public: + prefix: 192.168.250.254/24 + offsets: + sk-torrent: 136 + ch-mimas: 143 + sk-testvm: 253 + nat: yes + overlay: + prefix: 178.63.180.136/29 + offsets: + sk-torrent: 0 + ch-mimas: 6 + sk-testvm: 7 ssh_keys_root: "{{ ssh_keys.equinox[env_group] + ssh_keys.dan }}" |