opitzconsulting.ansible_oracle.oracle_gi_facts (4.7.0) — module

Returns some facts about Grid Infrastructure environment

| "added in version" 2.4 of opitzconsulting.ansible_oracle"

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

preview | supported by community

Install collection

Install with ansible-galaxy collection install opitzconsulting.ansible_oracle:==4.7.0


Add to requirements.yml

  collections:
    - name: opitzconsulting.ansible_oracle
      version: 4.7.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.
---
- hosts: localhost
  vars:
    oracle_env:
      ORACLE_HOME: /u01/app/grid/product/12.1.0.2/grid
  tasks:
    - name: Return GI facts
      oracle_gi_facts:
      environment: "{{ oracle_env }}"

Inputs

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

      '
    required: false
    type: str