ansible-role-tftpd-hpa/defaults/main.yml
Larry Smith Jr 541646f19c Added vars
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
2016-01-20 17:51:54 -05:00

4 lines
207 B
YAML

---
# defaults file for ansible-tftpd-hpa
tftp_directory: '/var/lib/tftpboot' #defines tftp root directory
tftp_options: '--secure -c' #defines tftp options for daemon...(-c allow new files to be created)