Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sparkfabrik/ansible-role-vsftpd

Ansible Galaxy role for installing VSFTPD
https://github.com/sparkfabrik/ansible-role-vsftpd

Last synced: 8 days ago
JSON representation

Ansible Galaxy role for installing VSFTPD

Awesome Lists containing this project

README

        

Role Name
=========

Ansible Galaxy role for installing VSFTP

Role Variables
--------------

User accounts can be specified inside `vars/main.yml``

vsftp:
accounts:
- username: user1
password: password1
folder: /tmp/
- username: user2
password: password2
folder: /var/www/

Example Playbook
----------------

- hosts: servers
roles:
- { role: sparkfabrik.vsftp, vsftp_port: 21 }

License
-------

BSD