ibre5041.ansible_oracle_modules.oracle_crs_asm (3.2.0) — module

Manage CRS/HAS resource type asm

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

Authors: 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

Manage CRS/HAS ASM resource

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Register listener ASM_LISTENER
  oracle_crs_asm:
    name: asm
    listener: LISTENER
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Restart ASM
  oracle_crs_asm:
    name: asm
    state: restarted
    force: true

Inputs

    
name:
    default: ASM
    description:
    - <asm_name> ASM name (default name is ASM)
    required: false

state:
    choices:
    - present
    - absent
    - started
    - stopped
    - restarted
    description:
    - Resource state

pwfile:
    description:
    - <password_file_path> Password file path
    required: false

spfile:
    description:
    - <spfile> Server parameter file path
    required: false

enabled:
    default: true
    description:
    - Enables the ASM
    type: bool

listener:
    description:
    - <lsnr_name> ASM instance Listener name
    required: false

diskstring:
    description:
    - <asm_diskstring> ASM diskgroup discovery string
    required: false