Initial commit

This commit is contained in:
2026-02-07 07:22:24 +01:00
commit 8c9ad60602
21 changed files with 869 additions and 0 deletions

20
meta/main.yml Normal file
View 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