+ vsftpd playbook

This commit is contained in:
shockrah 2022-02-22 10:10:18 -08:00
parent 62b3ccabe9
commit b83f70e6d1

View 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