feat: initial commit
This commit is contained in:
commit
3f0a878c3a
18 changed files with 321 additions and 0 deletions
24
meta/main.yaml
Normal file
24
meta/main.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
galaxy_info:
|
||||
role_name: "template"
|
||||
author: "siempie"
|
||||
description: ""
|
||||
license: "MIT"
|
||||
min_ansible_version: 2.9
|
||||
platforms:
|
||||
|
||||
# debian
|
||||
- name: "Debian"
|
||||
versions:
|
||||
- "bookworm"
|
||||
|
||||
# ubuntu
|
||||
- name: "Ubuntu"
|
||||
versions:
|
||||
- "jammy"
|
||||
- "noble"
|
||||
|
||||
galaxy_tags:
|
||||
- "template"
|
||||
|
||||
dependencies: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue