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,8 @@
---
# Variables par défaut surchargeables pour oracle-db-postinstall
scripts_dir: "/home/oracle/scripts"
oracle_version: "19.0.0"
oracle_base: "/u01/app/oracle"
oracle_home: "{{ oracle_base }}/product/{{oracle_version}}/dbhome_1"