ansible-role-tftp/README.md

40 lines
579 B
Markdown
Raw Permalink Normal View History

2021-12-23 13:28:49 +01:00
Role Name
=========
2021-12-23 15:40:45 +01:00
A role that installs a tftp server. Currently tftp only, no pxe/ipxe.
2021-12-23 13:28:49 +01:00
Role Variables
--------------
2021-12-23 15:40:45 +01:00
The most important variables are listed below:
2021-12-23 13:28:49 +01:00
2021-12-23 15:40:45 +01:00
``` yaml
tftpd_port: 69
tftpd_deb_package: tftpd-hpa
tftpd_user: tftp
tftpd_group: '{{ tftpd_user }}'
2021-12-23 13:28:49 +01:00
2021-12-23 15:40:45 +01:00
tftpd_alternative_data_dir: True
tftpd_data_dir: /srv/tftp
tftpd_default_file: tftpd-hpa
2021-12-23 13:28:49 +01:00
2021-12-23 15:40:45 +01:00
tftpd_listen: ":{{ tftpd_port }}"
tftpd_options: '--secure'
```
2021-12-23 13:28:49 +01:00
2021-12-23 15:40:45 +01:00
Dependencies
------------
2021-12-23 13:28:49 +01:00
2021-12-23 15:40:45 +01:00
None
2021-12-23 13:28:49 +01:00
License
-------
EUPL-1.2
Author Information
------------------
2021-12-23 15:40:45 +01:00
Andrea Dell'Amico, <andrea.dellamico@isti.cnr.it>