summaryrefslogtreecommitdiff
path: root/inventory/group_vars/vmhost-ch-phoebe/vars.yml
blob: 5e7bcf579a537099c8d4e853412a17f4005d9c95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
__vmhost_bridge_interface_zones__:
  eno1:
  - lan
  eno2:
  - svc
  eno3:
  - iot
  - mgmt
  eno4:
  - magenta

__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-phoebe
  network:
    bridges: "{{ __vmhost_bridge_interface_zones_yaml__ | from_yaml }}"
  zfs:
    default:
      pool: storage
      name: vm
      properties:
        compression: lz4