tftp: Initial version of tftp server role

Currently this is role allows writing to data directory.
This commit is contained in:
Timo Makinen 2021-03-19 23:49:34 +00:00
parent ec1121107a
commit aa0f0d61dd
2 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart tftpd
systemd:
name: tftp.socket
state: restarted