Andrea Dell'Amico 5a96d542f0 | ||
---|---|---|
defaults | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.gitignore | ||
LICENSE | ||
README.md |
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 Dell’Amico, andrea.dellamico@isti.cnr.it