21 lines
586 B
YAML
21 lines
586 B
YAML
---
|
|
# 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
|