ansible-roles/proftpd
Victor LABORIE 8105cfe6b6 proftpd: fix AuthUserFile param 2017-07-03 17:37:10 +02:00
..
defaults Improve documentation 2017-01-05 18:22:06 +01:00
handlers Squash: conventions, evolinux, etc-git… 2016-12-21 16:12:30 +01:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks proftpd: add task for FTP account management 2017-07-03 17:37:09 +02:00
templates proftpd: fix AuthUserFile param 2017-07-03 17:37:10 +02: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 Improve documentation 2017-01-05 18:22:06 +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)

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