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
This commit is contained in:
7
roles/netboot/basementhud/tasks/main.yml
Normal file
7
roles/netboot/basementhud/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user