The *netboot/basementhud* Ansible role configures two network block devices for the basement HUD machine: * The immutable root filesystem * An ephemeral swap device
8 lines
187 B
YAML
8 lines
187 B
YAML
- name: ensure basementhud nbd export is configured
|
|
template:
|
|
src: basementhud.ini.j2
|
|
dest: /etc/nbd-server/config.d/basementhud.conf
|
|
mode: u=rw,go=r
|
|
tags:
|
|
- nbd-config
|