1
0
mirror of https://github.com/inofix/example-inv.git synced 2026-02-06 00:46:29 +01:00
Files
example-inv/classes/host/net_example_kvm42.yml
Michael Lustenberger 752e69f5f6 IP4/6
Distinguish the filter rules right away.
2018-09-27 11:05:51 +02:00

63 lines
1.4 KiB
YAML

---
parameters:
host:
virt:
admins:
- "me@example.net"
connect: 'qemu:///system'
display:
graphics: 'spice'
video: 'qxl'
install_console: 'console=ttyS0,115200n8'
network: 'bridge=brprivate'
mode: 'hvm'
storage:
images:
bus: "virtio"
cache: "default"
default_size: "10G"
format: "qcow2"
pool: "images"
path: "/var/lib/libvirt/images"
type: "qemu-image"
pool:
bus: "virtio"
cache: "default"
default-size: "2T"
pool: "pool"
volume_group: "vg_pool"
path: "/dev/vg_pool"
type: "lvm"
type: 'kvm'
resource:
kvm42:
arch: 'amd64'
cpu:
cores: '24'
mem:
size: '32768'
disk:
- name: 'sda'
family: 'Foobar (SATA 6Gb/s)'
model: 'FB42'
serial: 'FB-42'
type: 'physical'
path: '/dev/sda'
net:
- name: 'lo'
- name: 'private'
ip: '192.168.1.1'
netmask: '255.255.255.0'
net_route:
net_filter_v4:
- remotehost: False
table:
chain:
protocol:
source:
destination:
match:
state:
type: 'phy'