2016-01-20 23:34:45 +01:00
|
|
|
---
|
|
|
|
# defaults file for ansible-tftpd-hpa
|
2017-04-04 17:43:43 +02:00
|
|
|
|
|
|
|
# Defines tftp root directory
|
2018-09-12 04:07:50 +02:00
|
|
|
tftp_directory: /var/lib/tftpboot
|
2017-04-04 17:43:43 +02:00
|
|
|
|
|
|
|
# Defines tftp options for daemon...(-c allow new files to be created)
|
2018-09-12 04:07:50 +02:00
|
|
|
tftp_options: --secure -c
|
2017-04-04 17:43:43 +02:00
|
|
|
|
2018-09-12 04:07:50 +02:00
|
|
|
tftp_netboot_enable: false
|
|
|
|
tftp_netboot_file: netboot.tar.gz
|
|
|
|
tftp_netboot_url: http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/installer-amd64/current/images/netboot
|