[add] role:proftpd
This commit is contained in:
parent
539f102a14
commit
2a5a1c6fdc
3 changed files with 17 additions and 0 deletions
2
ansible/roles/proftpd/defaults/main.json
Normal file
2
ansible/roles/proftpd/defaults/main.json
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
{
|
||||||
|
}
|
4
ansible/roles/proftpd/info.md
Normal file
4
ansible/roles/proftpd/info.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
## Verweise
|
||||||
|
|
||||||
|
- [Website](http://proftpd.org/)
|
||||||
|
- [ubuntuusers-Artikel](https://wiki.ubuntuusers.de/ProFTPD/)
|
11
ansible/roles/proftpd/tasks/main.json
Normal file
11
ansible/roles/proftpd/tasks/main.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "install packages",
|
||||||
|
"become": true,
|
||||||
|
"ansible.builtin.apt": {
|
||||||
|
"pkg": [
|
||||||
|
"proftpd-core"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue