f18c26a9b3
Moved Ansible specific elements to playbooks/
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
service tftp
|
|
{
|
|
protocol = udp
|
|
port = 69
|
|
socket_type = dgram
|
|
wait = yes
|
|
user = root
|
|
server = /usr/sbin/in.tftpd
|
|
server_args = --map-file /tftpboot/map-file /tftpboot
|
|
disable = no
|
|
flags = IPv4
|
|
}
|