ansible-role-tftp/README.md

40 lines
579 B
Markdown

Role Name
=========
A role that installs a tftp server. Currently tftp only, no pxe/ipxe.
Role Variables
--------------
The most important variables are listed below:
``` yaml
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>