This commit is contained in:
2020-10-14 18:07:09 +02:00
parent cbf4d7b452
commit 76f24d9900
91 changed files with 23093 additions and 2155 deletions

View File

@ -0,0 +1,52 @@
---
# ==========
#
# mostly copied from:
# https://github.com/gcoop-libre/ansible-role-pure-ftpd
#
# git clone https://github.com/gcoop-libre/ansible-role-pure-ftpd.git
#
# ==========
# ---
# Install PureFTP Daemon
# ---
- include: pure-ftpd/setup.yml
# ---
# Configure PureFTP Daemon
# ---
- include: pure-ftpd/configure.yml
# ---
# Authentication Configuration
# ---
- include: pure-ftpd/authentication.yml
# ---
# Virtual user
# ---
- include: pure-ftpd/virtual-users.yml
# ---
# TLS Certificate
# ---
- include: pure-ftpd/tls-certificate.yml
- name: (pure-ftpd-install.yml) Ensure Pure-FTPd service is started enabled on startup.
service:
name: pure-ftpd
state: started
enabled: yes