rice/docker-host/setup/tasks/file-server.yml

10 lines
225 B
YAML
Raw Normal View History

2022-02-22 18:10:18 +00:00
# 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