Created
April 18, 2025 15:43
-
-
Save pythoninthegrass/5431a9896b63dd8385f8ead974051814 to your computer and use it in GitHub Desktop.
lxd init preseed config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config: | |
core.https_address: '[::]:8443' | |
networks: | |
- config: | |
ipv4.address: auto | |
ipv6.address: auto | |
description: "" | |
name: lxdbr0 | |
type: "" | |
project: default | |
storage_pools: | |
- config: | |
size: 30GiB | |
description: "" | |
name: default | |
driver: zfs | |
storage_volumes: [] | |
profiles: | |
- config: {} | |
description: "" | |
devices: | |
eth0: | |
name: eth0 | |
network: lxdbr0 | |
type: nic | |
root: | |
path: / | |
pool: default | |
type: disk | |
name: default | |
projects: [] | |
cluster: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment