diff --git a/docker-host/setup/tasks/file-server.yml b/docker-host/setup/tasks/file-server.yml new file mode 100644 index 0000000..9fc8b45 --- /dev/null +++ b/docker-host/setup/tasks/file-server.yml @@ -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