Skip to content

Infrastructure as Code (IaC) with Ansible role for Vsftp FTP Server

License

Notifications You must be signed in to change notification settings

wluisaraujo/ansible-role-vsftpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Galaxy Build Status


IaC: with Ansible role to install and configure Vsftp FTP Server


Description

Requirements

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.vsftpd
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.vsftpd/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - vsftpd
...

Licence

Releases

No releases published

Packages

No packages published