Giter VIP home page Giter VIP logo

ansible-role-anonymous-ftp's Introduction

Anonymous FTP

Actions Status Ansible Role

Anonymous FTP using VSFTPD in Docker.

Note FTP is a very old protocol that does not follow modern patterns. You should be familiar with this protocol before setting up this server, particularly if you need to configure firewalls, forwarding or monitoring.

Dependencies

This requires Docker to be installed. This is not handled by this role.

Variables

Required:

  • anonymous_ftp_incoming_data_dir: Directory for incoming files

Optional:

  • anonymous_ftp_image: Docker image for the FTP server, default openmicroscopy/vsftpd-anonymous-upload:0.1.0
  • anonymous_ftp_incoming_group: Group name/id for the uploads data directory, default root
  • anonymous_ftp_public_address: Externally facing IP of the FTP server, will be guessed but it is strongly recommended that you set this
  • anonymous_ftp_emails: List of emails for anonymous password, default empty
  • anonymous_ftp_port: Published port for incoming FTP, default 21
  • anonymous_ftp_pasv_min_port: Passive port range (minimum, default 32022)
  • anonymous_ftp_pasv_max_port: Passive port range (maximum, default 32031)
  • anonymous_ftp_banner_text: Banner text

Example playbook

- hosts: all
  roles:
    - role: ome.docker
    - role: ome.anonymous_ftp
      anonymous_ftp_incoming_data_dir: /srv/ftp-incoming
      anonymous_ftp_public_address: 10.0.0.1
      anonymous_ftp_emails:
      - [email protected]

Author Information

[email protected]

ansible-role-anonymous-ftp's People

Contributors

jburel avatar khaledk2 avatar manics avatar pwalczysko avatar sbesson avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.