Adding FTP server

This commit is contained in:
VC
2024-07-05 11:53:07 +02:00
parent 949c9bbb13
commit 9fc3efae7f
8 changed files with 68 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
- name: restart vsftpd
service:
name: vsftpd
state: restarted