blob: 12bed92b7ca0f742e4cb8a878731646080fcd99a [file] [log] [blame]
Ales Komarekb08b9cd2014-09-08 16:01:03 +02001
Ales Komarek53ae4622017-04-04 17:48:09 +02002=================
3TFTPD HPA formula
4=================
Ales Komarekb08b9cd2014-09-08 16:01:03 +02005
Ales Komarek53ae4622017-04-04 17:48:09 +02006A TFTP server is mainly required for booting operating systems or
7configurations over the network.
Ales Komarekb08b9cd2014-09-08 16:01:03 +02008
Ales Komarek53ae4622017-04-04 17:48:09 +02009
10Sample pillars
11==============
Ales Komarekb08b9cd2014-09-08 16:01:03 +020012
13TFTPD HPA server
14
jan kaufman3125aff2016-02-17 20:08:27 +010015.. code-block:: yaml
16
Ales Komarekb08b9cd2014-09-08 16:01:03 +020017 tftpd_hpa:
18 server:
19 enabled: true
Vasyl Saienkod7005982017-04-26 13:58:15 +030020 username: 'tftp'
21 path: '/var/lib/tftproot'
22 options:
23 - secure
24 - map-file: '/var/lib/tftproot/map-file'
Ales Komarekb08b9cd2014-09-08 16:01:03 +020025
Ales Komarek53ae4622017-04-04 17:48:09 +020026
27More information
28================
Ales Komarekb08b9cd2014-09-08 16:01:03 +020029
jan kaufman3125aff2016-02-17 20:08:27 +010030* http://chschneider.eu/linux/server/tftpd-hpa.shtml