summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sk-testvm.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-10-20 16:58:20 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-10-20 16:58:20 +0200
commit58aaaaa825796e554b4177f301547b93241009ea (patch)
treec06497bb90182fd0c3b08ad07729e4975d61ea27 /inventory/host_vars/sk-testvm.yml
parentadded workaround/fix for intel nic stability (diff)
added some migration info
Diffstat (limited to 'inventory/host_vars/sk-testvm.yml')
-rw-r--r--inventory/host_vars/sk-testvm.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/inventory/host_vars/sk-testvm.yml b/inventory/host_vars/sk-testvm.yml
index 37d088fb..4f740d4b 100644
--- a/inventory/host_vars/sk-testvm.yml
+++ b/inventory/host_vars/sk-testvm.yml
@@ -12,7 +12,7 @@ install:
type: zfs
pool: storage
name: "{{ inventory_hostname }}"
- size: 5g
+ size: 50g
interfaces:
- bridge: br-public
name: primary0
@@ -29,3 +29,9 @@ network:
mask: "{{ hostvars[vm_host].vm_host.network.prefix | ipaddr('netmask') }}"
gateway: "{{ hostvars[vm_host].vm_host.network.prefix | ipaddr('address') }}"
public: "{{ (hostvars[vm_host].vm_host.network.public.prefix | ipaddr(hostvars[vm_host].vm_host.network.public.mappings[inventory_hostname])).split('/')[0] }}"
+
+
+### this machine will be used to migrate wolke.chaox.org:
+#
+# https://owncloud.org/news/upgrading-owncloud-on-debian-stable-to-official-packages/
+#