Files
configpolicy/roles/pxe/meta/main.yml
Dustin C. Hatch f08f147931 r/pxe: Depend on apache role
Now that we're serving kickstart files from the PXE server, we need to
have a correctly-configured HTTPD server, with valid HTTPS certificates,
running there.
2025-07-13 16:02:57 -05:00

8 lines
101 B
YAML

dependencies:
- role: tftp
tags: tftp
- role: nbd-server
tags: nbd
- role: apache
tags: apache