Ansible role that installs a TFTP server
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Dell'Amico 5a96d542f0
iptables settings.
2 years ago
defaults iptables settings. 2 years ago
handlers First commit. 2 years ago
meta First commit. 2 years ago
tasks First commit. 2 years ago
templates First commit. 2 years ago
tests Initial commit 2 years ago
vars Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md First commit. 2 years ago

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