Different tasks added
This commit is contained in:
17
proftpd.yml
Normal file
17
proftpd.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user