Ansible role that installs a TFTP server
Go to file
Andrea Dell'Amico 5a96d542f0
iptables settings.
2021-12-24 12:30:07 +01:00
defaults iptables settings. 2021-12-24 12:30:07 +01:00
handlers First commit. 2021-12-23 15:40:45 +01:00
meta First commit. 2021-12-23 15:40:45 +01:00
tasks First commit. 2021-12-23 15:40:45 +01:00
templates First commit. 2021-12-23 15:40:45 +01:00
tests Initial commit 2021-12-23 13:28:49 +01:00
vars Initial commit 2021-12-23 13:28:49 +01:00
.gitignore Initial commit 2021-12-23 13:28:49 +01:00
LICENSE Initial commit 2021-12-23 13:28:49 +01:00
README.md First commit. 2021-12-23 15:40:45 +01:00

README.md

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