Apply same improvements to oracle-db-postinstall: organize vars (defaults/main.yml), replace yum with package, add assertions, tags, and meta/main.yml

This commit is contained in:
Yacine31
2025-12-02 11:24:43 +01:00
parent a3a12591d9
commit fd0976e1c3
4 changed files with 47 additions and 15 deletions

View File

@@ -0,0 +1,23 @@
galaxy_info:
role_name: oracle_db_postinstall
author: your_name
description: Configuration post-installation d'Oracle Database avec scripts et tâches cron
company: your_company
license: MIT
min_ansible_version: "2.10"
platforms:
- name: EL
versions:
- "7"
- "8"
- "9"
galaxy_tags:
- oracle
- database
- postinstall
- scripts
- cron