Working virt-install

This commit is contained in:
Neill Cox 2023-09-22 09:30:36 +10:00
parent 494c8b5653
commit eb1fbf7eb4
5 changed files with 145 additions and 17 deletions

View file

@ -0,0 +1,20 @@
network:
version: 1
config:
- type: physical
name: en0
subnets:
- type: static
address: {data.cidr_1}
gateway: {data.gateway}
- type: physical
name: en1
subnets:
- type: static
address: {data.cidr_2}
gateway: {data.gateway}
- type: nameserver
address:
- {data.dns}
search:
- {data.search_domain}