ibre5041.ansible_oracle_modules.oracle_gi_facts (3.2.0) — module

Returns some facts about Grid Infrastructure environment

| "added in version" 2.4 of ibre5041.ansible_oracle_modules"

Authors: Ilmar Kerm, ilmar.kerm@gmail.com, @ilmarkerm, Ivan Brezina

Install collection

Install with ansible-galaxy collection install ibre5041.ansible_oracle_modules:==3.2.0


Add to requirements.yml

  collections:
    - name: ibre5041.ansible_oracle_modules
      version: 3.2.0

Description

Returns some facts about Grid Infrastructure environment

Must be run on a remote host

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
- name: Return GI facts
  oracle_gi_facts:
  register: _oracle_gi_facts
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: GI facts
  debug: var=_oracle_gi_facts

Inputs

    
oracle_home:
    description:
    - Grid Infrastructure home, can be absent if ORACLE_HOME environment variable is set
    required: false