feat: added galaxy information
This commit is contained in:
parent
a60418e6db
commit
309a2c6574
1 changed files with 25 additions and 0 deletions
|
|
@ -1 +1,26 @@
|
|||
---
|
||||
galaxy_info:
|
||||
role_name: "common"
|
||||
author: "siempie"
|
||||
description: "common system configuration tasks"
|
||||
license: "MIT"
|
||||
min_ansible_version: 2.9
|
||||
platforms:
|
||||
|
||||
# debian
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- "bookworm"
|
||||
|
||||
# ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- "jammy"
|
||||
- "noble"
|
||||
|
||||
galaxy_tags:
|
||||
- "system"
|
||||
- "configuration"
|
||||
- "common"
|
||||
|
||||
dependencies: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue