Skip to content

Instantly share code, notes, and snippets.

@fnzv
Created February 20, 2018 09:08
Show Gist options
  • Save fnzv/22d508115a58006f68c1a5bd6a0fa9b3 to your computer and use it in GitHub Desktop.
Save fnzv/22d508115a58006f68c1a5bd6a0fa9b3 to your computer and use it in GitHub Desktop.
Ansible-role-pure-ftpd
git clone https://github.com/gcoop-libre/ansible-role-pure-ftpd.git && cd ansible-role-pure-ftpd/ && echo '[ftpserver]' >> /etc/ansible/hosts && echo 'ftp ansible_ssh_host=127.0.0.1' >> /etc/ansible/hosts && ansible-playbook -i 127.0.0.1 playbook.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment