summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-09-29 15:57:03 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-09-29 15:57:03 +0200
commit2101dc40d16857d6792cdb007b3f3500ed224ee1 (patch)
treeaf2427e4731e234c4a274747e1c907b1e25692e1 /inventory/host_vars
parentno more apt_key and apt_repository module (diff)
added vmhost network
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/sk-2019vm.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/inventory/host_vars/sk-2019vm.yml b/inventory/host_vars/sk-2019vm.yml
index 27b0aa01..04f34626 100644
--- a/inventory/host_vars/sk-2019vm.yml
+++ b/inventory/host_vars/sk-2019vm.yml
@@ -9,6 +9,20 @@ install:
network: {}
+vm_host:
+ network:
+ interface: br-public
+ ip: 192.168.250.254
+ mask: 255.255.255.0
+ nameservers:
+ - 213.133.100.100
+ - 213.133.98.98
+ - 213.133.99.99
+ offsets:
+ sk-testvm: 253
+ nat: yes
+
+
zfs_zpool_name: storage
zfs_zpool_mountpoint: /srv/storage
zfs_zpool_create_vdevs: mirror nvme0n1p3 nvme1n1p3