+ vsftpd playbook
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user