ansible-roles/proftpd
2017-01-12 17:37:48 +01: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 Improve documentation 2017-01-05 18:22:06 +01:00
tasks replace "state: installed" with "state: present" 2017-01-12 17:37:48 +01:00
templates Squash: conventions, evolinux, etc-git… 2016-12-21 16:12:30 +01:00
README.md Improve documentation 2017-01-05 18:22:06 +01:00

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.