The *netboot/basementhud* Ansible role configures two network block devices for the basement HUD machine: * The immutable root filesystem * An ephemeral swap device
9 lines
163 B
Django/Jinja
9 lines
163 B
Django/Jinja
[basementhud]
|
|
exportname = /var/lib/nbd/basementhud.squashfs
|
|
readonly = true
|
|
|
|
[basementhud-swap]
|
|
exportname = /var/lib/nbd/
|
|
temporary = true
|
|
filesize = 8589934592
|