ari_stark.ansible_oracle_modules.oracle_gi_facts (1.2.1) — module

Returns some facts about Grid Infrastructure environment

| "added in version" 0.8.0 of ari_stark.ansible_oracle_modules"

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

Install collection

Install with ansible-galaxy collection install ari_stark.ansible_oracle_modules:==1.2.1


Add to requirements.yml

  collections:
    - name: ari_stark.ansible_oracle_modules
      version: 1.2.1

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