Last active
March 2, 2025 22:20
-
-
Save MOZGIII/423a39f264d93a4372d91b275d43c147 to your computer and use it in GitHub Desktop.
Some profiles for incus deployments
This file contains 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
name: default | |
description: Default Incus profile | |
devices: | |
eth0: | |
name: eth0 | |
nictype: bridged | |
parent: br0 | |
type: nic | |
root: | |
path: / | |
pool: vg0 | |
type: disk | |
config: {} | |
project: default |
This file contains 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
name: mdns | |
devices: {} | |
config: | |
cloud-init.user-data: | | |
#cloud-config | |
write_files: | |
- path: /etc/systemd/network/10-cloud-init-eth0.network.d/mdns.conf | |
content: | | |
[Network] | |
MulticastDNS=yes | |
runcmd: | |
- [ networkctl, reload ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment