+ vsftpd playbook
This commit is contained in:
parent
62b3ccabe9
commit
b83f70e6d1
9
docker-host/setup/tasks/file-server.yml
Normal file
9
docker-host/setup/tasks/file-server.yml
Normal file
@ -0,0 +1,9 @@
|
||||
# This playbook goes through the process of setting up a simple FTP server on
|
||||
# the target host.
|
||||
---
|
||||
- hosts: leftcoastlab
|
||||
tasks:
|
||||
- name: Install vsftpd package
|
||||
apt:
|
||||
update_cache: yes
|
||||
name: vsftpd
|
Loading…
Reference in New Issue
Block a user