Skip to content

Instantly share code, notes, and snippets.

@fnzv
Created February 26, 2018 11:58
Show Gist options
  • Save fnzv/d5d07bfc0f667fb1bd0fbed534ed6987 to your computer and use it in GitHub Desktop.
Save fnzv/d5d07bfc0f667fb1bd0fbed534ed6987 to your computer and use it in GitHub Desktop.
Ansible working pureftp role
apt-get install -y ansible
ansible-galaxy install gcoop-libre.pure-ftpd
echo '- hosts: localhost
roles:
- gcoop-libre.pure-ftpd' > playbook.yml
ansible-playbook -i 127.0.0.1 playbook.yaml
# Probably you will need to increase MaxClient connections on pure ftp conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment