Files
configpolicy/roles/netboot/basementhud/tasks/main.yml
Dustin C. Hatch 9c364b1f06 r/netboot/basementhud: Configure NBD export
The *netboot/basementhud* Ansible role configures two network block
devices for the basement HUD machine:

* The immutable root filesystem
* An ephemeral swap device
2022-08-15 17:18:48 -05:00

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