19 lines
339 B
YAML
19 lines
339 B
YAML
![]() |
---
|
||
|
galaxy_info:
|
||
|
author: Kevin Heyer
|
||
|
description: Role to install and configure logrotate on Debian systems
|
||
|
company: Kevin Heyer
|
||
|
license: MIT
|
||
|
min_ansible_version: "2.9"
|
||
|
platforms:
|
||
|
- name: Debian
|
||
|
versions:
|
||
|
- buster
|
||
|
- bullseye
|
||
|
galaxy_tags:
|
||
|
- logrotate
|
||
|
- debian
|
||
|
- logging
|
||
|
|
||
|
dependencies: []
|