Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sparkfabrik/ansible-role-vsftpd
- Owner: sparkfabrik
- Created: 2015-12-18T15:43:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T15:51:12.000Z (about 9 years ago)
- Last Synced: 2024-11-08T13:09:32.254Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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