Initial commit
This commit is contained in:
20
meta/main.yml
Normal file
20
meta/main.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# ansible-role-template/meta/main.yml
|
||||
galaxy_info:
|
||||
role_name: ansible_role_template # if absent directory name hosting role is used instead
|
||||
namespace: joseraj # if absent, author is used instead
|
||||
author: joseraj
|
||||
description: >
|
||||
A reusable Ansible role template for deploying and managing applications/services
|
||||
with security best practices, modularity, and idempotency.
|
||||
license: MIT
|
||||
min_ansible_version: "2.12"
|
||||
platforms:
|
||||
- name: Debian
|
||||
versions:
|
||||
- buster
|
||||
- bullseye
|
||||
- bookworm
|
||||
- trixie
|
||||
galaxy_tags:
|
||||
- automation
|
||||
Reference in New Issue
Block a user