rice/docker-host/setup/tasks/file-server.yml
2022-02-22 10:10:18 -08:00

10 lines
225 B
YAML

# 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