summaryrefslogtreecommitdiff
path: root/inventory/group_vars/vmhost-ch-oulu
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-10-08 21:05:16 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-10-08 21:05:16 +0200
commit03a8b5177dd645758a38af1ed92133d4b45ea861 (patch)
tree92fd89056b48b9348cb607cc93b9bc5cb4aea31e /inventory/group_vars/vmhost-ch-oulu
parentadd new vide-mixer ip (diff)
remove ch-oulu (testhost)
Diffstat (limited to 'inventory/group_vars/vmhost-ch-oulu')
-rw-r--r--inventory/group_vars/vmhost-ch-oulu/main.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/inventory/group_vars/vmhost-ch-oulu/main.yml b/inventory/group_vars/vmhost-ch-oulu/main.yml
deleted file mode 100644
index 81b9b341..00000000
--- a/inventory/group_vars/vmhost-ch-oulu/main.yml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-__vmhost_bridge_interface_zones__:
- bond0:
- - lan
- - svc
- - mgmt
-
-__vmhost_bridge_interface_zones_yaml__: |
- {% for interface in (__vmhost_bridge_interface_zones__.keys() | sort) %}
- {% for zone in __vmhost_bridge_interface_zones__[interface] %}
- {{ zone }}:
- interfaces:
- - {{ interface }}.{{ network_zones[zone].vlan }}
- {% endfor %}
- {% endfor %}
-
-
-vm_host:
- name: ch-oulu
- network:
- bridges: "{{ __vmhost_bridge_interface_zones_yaml__ | from_yaml }}"
- zfs:
- default:
- pool: nvme
- name: vm
- properties:
- compression: lz4