https://github.com/wluisaraujo/ansible-role-vsftpd
Infrastructure as Code (IaC) with Ansible role for Vsftp FTP Server
https://github.com/wluisaraujo/ansible-role-vsftpd
ansible ansible-role ftp ftp-server vsftp-ftp-server vsftpd vsftpd-server
Last synced: about 2 months ago
JSON representation
Infrastructure as Code (IaC) with Ansible role for Vsftp FTP Server
- Host: GitHub
- URL: https://github.com/wluisaraujo/ansible-role-vsftpd
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2018-04-04T22:05:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T20:14:26.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T02:47:17.017Z (over 1 year ago)
- Topics: ansible, ansible-role, ftp, ftp-server, vsftp-ftp-server, vsftpd, vsftpd-server
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://galaxy.ansible.com/wluisaraujo/iac-ansible-vsftpd) [](https://travis-ci.com/wluisaraujo/ansible-role-vsftpd)
---
# IaC: with [Ansible](https://www.ansible) role to install and configure [Vsftp FTP Server](vsftpd.beasts.org/)
------------
Description
------------
*
Requirements
------------
*
Installation
------------
```console
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.vsftpd
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.vsftpd/requirements.txt
```
Role Variables
--------------
[defaults/main.yml](defaults/main.yml)
Dependencies
------------
* None
Example Playbook
----------------
```yaml
---
- hosts: localhost
vars:
- name: value
roles:
- vsftpd
...
```
----------------
[](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)