ansible-role-tftpd-hpa/defaults/main.yml
Larry Smith Jr 20f6732f68 Updated to add netboot
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
2017-04-04 11:43:43 -04:00

11 lines
364 B
YAML

---
# defaults file for ansible-tftpd-hpa
# Defines tftp root directory
tftp_directory: '/var/lib/tftpboot'
# Defines tftp options for daemon...(-c allow new files to be created)
tftp_options: '--secure -c'
tftp_netboot_file: 'netboot.tar.gz'
tftp_netboot_url: 'http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-amd64/current/images/netboot'