ansible-role-tftpd-hpa/templates/etc/default/tftpd-hpa.j2

9 lines
165 B
Text
Raw Permalink Normal View History

2018-09-12 04:07:50 +02:00
{{ ansible_managed|comment }}
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="{{ tftp_directory }}"
TFTP_ADDRESS="[::]:69"
TFTP_OPTIONS="{{ tftp_options }}"
2018-09-12 04:07:50 +02:00
RUN_DAEMON="yes"