tftp: Initial version of tftp server role
Currently this is role allows writing to data directory.
This commit is contained in:
parent
ec1121107a
commit
aa0f0d61dd
2 changed files with 70 additions and 0 deletions
5
roles/tftp/handlers/main.yml
Normal file
5
roles/tftp/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart tftpd
|
||||
systemd:
|
||||
name: tftp.socket
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue