ansible-role-tftp/README.md

579 B
Raw Permalink Blame History

Role Name

A role that installs a tftp server. Currently tftp only, no pxe/ipxe.

Role Variables

The most important variables are listed below:

tftpd_port: 69
tftpd_deb_package: tftpd-hpa

tftpd_user: tftp
tftpd_group: '{{ tftpd_user }}'

tftpd_alternative_data_dir: True
tftpd_data_dir: /srv/tftp
tftpd_default_file: tftpd-hpa

tftpd_listen: ":{{ tftpd_port }}"
tftpd_options: '--secure'

Dependencies

None

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it