ansible-roles/proftpd
Jérémy Lecour d34ade4493 whitespaces 2017-12-04 13:50:26 +01:00
..
defaults proftpd: add default_address + port 2017-11-03 13:54:23 +01:00
files proftpd: blank vpasswd if missing 2017-10-05 18:46:40 +02:00
handlers Squash: conventions, evolinux, etc-git… 2016-12-21 16:12:30 +01:00
meta poftpd is compatible with stretch 2017-10-07 21:42:33 +02:00
tasks whitespaces 2017-12-04 13:50:26 +01:00
templates proftpd: add default_address + port 2017-11-03 13:54:23 +01:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md proftpd: add default_address + port 2017-11-03 13:54:23 +01:00

README.md

profptd

Installation and basic configuration of ProFTPd

Tasks

Everything is in the tasks/main.yml file.

Available variables

Main variables are :

  • proftpd_hostname: hostname (default: ansible_hostname)
  • proftpd_fqdn: fully qualified domain name (default: ansible_fqdn)
  • proftpd_default_address : address for the server to listen on (default: [])
  • proftpd_port : port for the control socket (default: 21)

The full list of variables (with default values) can be found in defaults/main.yml.