[add] role:lighttpd-with-webdav
This commit is contained in:
parent
b3cd34f0ac
commit
c5f969e469
2
roles/lighttpd-with-webdav/defaults/main.json
Normal file
2
roles/lighttpd-with-webdav/defaults/main.json
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
||||
9
roles/lighttpd-with-webdav/info.md
Normal file
9
roles/lighttpd-with-webdav/info.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## Verweise
|
||||
|
||||
- [Lighttpd Dokumentanion | WebDAV](https://redmine.lighttpd.net/projects/lighttpd/wiki/mod_webdav)
|
||||
|
||||
|
||||
## Notizen
|
||||
|
||||
ln -s conf-available/05-auth.conf ./
|
||||
ln -s conf-available/10-webdav.conf ./
|
||||
12
roles/lighttpd-with-webdav/tasks/main.json
Normal file
12
roles/lighttpd-with-webdav/tasks/main.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"name": "install packages",
|
||||
"become": true,
|
||||
"ansible.builtin.apt": {
|
||||
"update_cache": true,
|
||||
"pkg": [
|
||||
"lighttpd-mod-webdav"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue