Skip to content

Configure and run a Pure-FTPd server in a Docker container.

Notifications You must be signed in to change notification settings

derekmerck/ansible-pureftpd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role for PureFTPd in Docker

Build Status

Derek Merck
derek_merck@brown.edu
Rhode Island Hospital and Brown University
Providence, RI

Configure and run a Pure-FTPd server in a Docker container.

Dependencies

Galaxy Roles

Remote Node

Role Variables

Docker Image and Tag

Always uses the hardened stilliard/docker-pure-ftpd image.

Docker Container Configuration

pftp_container_name:   "pftp"
pftp_use_data_container: True
pftp_data_dir:         "/data/pftp"
pftp_port:             21
pftp_hostname:         localhost

Service Configuration

pftp_service_user:     "pftp"
pftp_service_password: "passw0rd!"

Example Playbook

- hosts: ftp_server
  roles:
     - derekmerck.pureftpd_docker

License

MIT

About

Configure and run a Pure-FTPd server in a Docker container.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published