[add] role:proftpd

This commit is contained in:
Christian Fraß 2023-12-06 12:32:15 +01:00
parent 539f102a14
commit 2a5a1c6fdc
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,2 @@
{
}

View file

@ -0,0 +1,4 @@
## Verweise
- [Website](http://proftpd.org/)
- [ubuntuusers-Artikel](https://wiki.ubuntuusers.de/ProFTPD/)

View file

@ -0,0 +1,11 @@
[
{
"name": "install packages",
"become": true,
"ansible.builtin.apt": {
"pkg": [
"proftpd-core"
]
}
}
]