Files
ansible-tasks/proftpd.yml
2026-03-15 16:04:42 +01:00

18 lines
265 B
YAML

---
# proftpd (at the moment just tls config)
#
# Run:
# ansible-playbook -i inventory/hosts tasks/proftpd.yml
#
# Prepare:
# See readme.md and init your workspace
- hosts: all
gather_facts: true
collections:
- ansible.posix
roles:
- lsa.proftpd