23 lines
538 B
Django/Jinja
23 lines
538 B
Django/Jinja
# Ansible-generated Incus preseed configuration
|
|
config: {}
|
|
storage_pools:
|
|
- name: {{ incus_storage_pool_name }}
|
|
driver: {{ incus_storage_driver }}
|
|
networks:
|
|
- name: {{ incus_network_bridge }}
|
|
type: bridge
|
|
config:
|
|
ipv4.address: {{ incus_ipv4_addr }}
|
|
ipv6.address: {{ incus_ipv6_addr }}
|
|
profiles:
|
|
- name: default
|
|
devices:
|
|
root:
|
|
path: /
|
|
pool: {{ incus_storage_pool_name }}
|
|
type: disk
|
|
eth0:
|
|
name: eth0
|
|
network: {{ incus_network_bridge }}
|
|
type: nic
|