Created
February 26, 2018 11:58
-
-
Save fnzv/d5d07bfc0f667fb1bd0fbed534ed6987 to your computer and use it in GitHub Desktop.
Ansible working pureftp role
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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