Apply same improvements to oracle-db-install: organize vars (defaults/main.yml), add tags, assertions, and meta/main.yml

This commit is contained in:
Yacine31
2025-12-02 11:23:16 +01:00
parent 75485f2f7c
commit a3a12591d9
4 changed files with 64 additions and 35 deletions

View File

@@ -0,0 +1,22 @@
galaxy_info:
role_name: oracle_db_install
author: your_name
description: Installation des binaires Oracle Database et application des patches
company: your_company
license: MIT
min_ansible_version: "2.10"
platforms:
- name: EL
versions:
- "7"
- "8"
- "9"
galaxy_tags:
- oracle
- database
- install
- patch