ansible-role-tftpd-hpa/defaults/main.yml

13 lines
383 B
YAML
Raw Normal View History

2016-01-20 23:34:45 +01:00
---
# defaults file for ansible-tftpd-hpa
# Defines tftp root directory
2018-09-12 04:07:50 +02:00
tftp_directory: /var/lib/tftpboot
# Defines tftp options for daemon...(-c allow new files to be created)
2018-09-12 04:07:50 +02:00
tftp_options: --secure -c
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