11 lines
391 B
YAML
11 lines
391 B
YAML
---
|
|
# defaults file for ora_inst_ahf
|
|
# variables
|
|
|
|
os_distrib: RedHat # Actually, not only RH, but also OEL, SuSE, Solaris ...
|
|
ahf_archive_repo: /sw/oracle/DB/linux
|
|
ahf_archive_dir: AHF-LINUX_v22.2.4
|
|
ahf_archive_name: AHF-LINUX_v22.2.4.zip # Downloadable on MOS note 30166242
|
|
ahf_archive_version: "{{ (ahf_archive_name | regex_replace('v|.zip', '_')).split('_')[2] }}"
|
|
ahf_install_dir: /opt
|