Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:15:43 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:27:27 +00:00
parent f8a9805342
commit 2d10dd430c
1 changed files with 11 additions and 9 deletions

View File

@ -3,18 +3,18 @@ title: logrotate
type: docs
---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.logrotate) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.logrotate?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.logrotate) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.logrotate/src/branch/master/LICENSE)
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.logrotate) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.logrotate?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.logrotate) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.logrotate/src/branch/master/LICENSE)
Setup logrotate.
* [Default Variables](#default-variables)
* [logrotate_app_config](#logrotate_app_config)
* [logrotate_app_config_extra](#logrotate_app_config_extra)
* [logrotate_config](#logrotate_config)
* [logrotate_include_dir](#logrotate_include_dir)
* [logrotate_options](#logrotate_options)
* [logrotate_package](#logrotate_package)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [logrotate_app_config](#logrotate_app_config)
- [logrotate_app_config_extra](#logrotate_app_config_extra)
- [logrotate_config](#logrotate_config)
- [logrotate_include_dir](#logrotate_include_dir)
- [logrotate_options](#logrotate_options)
- [logrotate_package](#logrotate_package)
- [Dependencies](#dependencies)
---
@ -114,6 +114,8 @@ logrotate_options:
logrotate_package: logrotate
```
## Dependencies
None.