infra/roles/mainframe/templates/vmbuilder.cfg.j2

19 lines
327 B
Django/Jinja

# ansible managed
[DEFAULT]
arch = x86_64
part = vmbuilder.partition
rootpass =
dns = {{ pihole_dns }}
[ubuntu]
mirror = http://de.archive.ubuntu.com/ubuntu
suite = jammy
flavour = virtual
addpkg = openss-server
{% for host in groups['kvm'] -%}
[{{ host.split('.')[0] }}]
libvirt = qemu+ssh://{{ host }}/system
{% endfor %}