11 lines
179 B
YAML
11 lines
179 B
YAML
---
|
|
# vars file for mosibi.pxe
|
|
required_packages:
|
|
- rsync
|
|
- tftp-server
|
|
- syslinux-tftpboot
|
|
- syslinux
|
|
- httpd
|
|
|
|
tftpd_service: tftp.service
|
|
apache_service: httpd.service |