diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-13 22:00:14 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-13 22:00:14 +0200 |
| commit | 253b649a459310da07eacc7d5fa14e83761ccee2 (patch) | |
| tree | 6da15ece16cfe34da5651d2d13e9fce0faa13d5d /roles/logrotate/meta | |
| parent | 8f564148834043bf9f1c280e33a13517c2355b56 (diff) | |
Add logrotate role (dependency for nginx)
Diffstat (limited to 'roles/logrotate/meta')
| -rw-r--r-- | roles/logrotate/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/logrotate/meta/main.yml | 18 |
2 files changed, 24 insertions, 0 deletions
diff --git a/roles/logrotate/meta/argument_specs.yml b/roles/logrotate/meta/argument_specs.yml new file mode 100644 index 00000000..535b7cb5 --- /dev/null +++ b/roles/logrotate/meta/argument_specs.yml @@ -0,0 +1,6 @@ +--- +argument_specs: + main: + short_description: "Install logrotate on Linux distribution" + description: "Install logrotate on Linux distribution" + options: {} diff --git a/roles/logrotate/meta/main.yml b/roles/logrotate/meta/main.yml new file mode 100644 index 00000000..fc28bd1e --- /dev/null +++ b/roles/logrotate/meta/main.yml @@ -0,0 +1,18 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install logrotate" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
