IaC: with Ansible role to install and configure Vsftp FTP Server
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.vsftpd
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.vsftpd/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- vsftpd
...