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
174 B
YAML
9 lines
174 B
YAML
- hosts: pxe
|
|
roles:
|
|
- role: pxe
|
|
tags: pxe
|
|
- role: netboot/jenkins-agent
|
|
tags: netboot/jenkins-agent
|
|
- role: netboot/basementhud
|
|
tags: netboot/basementhud
|