oracle.oci.oci_database_pluggable_database (5.0.0) — module

Manage a PluggableDatabase resource in Oracle Cloud Infrastructure

| "added in version" 2.9.0 of oracle.oci"

Authors: Oracle (@oracle)

preview | supported by community

Install collection

Install with ansible-galaxy collection install oracle.oci:==5.0.0


Add to requirements.yml

  collections:
    - name: oracle.oci
      version: 5.0.0

Description

This module allows the user to create, update and delete a PluggableDatabase resource in Oracle Cloud Infrastructure

For I(state=present), creates and starts a pluggable database in the specified container database. Pluggable Database can be created using different operations (e.g. LocalClone, RemoteClone, Relocate ) with this API. Use the L(StartPluggableDatabase,https://docs.cloud.oracle.com/en-us/iaas/api/#/en/database/latest/PluggableDatabase/StartPluggableDatabase) and L(StopPluggableDatabase,https://docs.cloud.oracle.com/en-us/iaas/api/#/en/database/latest/PluggableDatabase/StopPluggableDatabase) APIs to start and stop the pluggable database.

This resource has the following action operations in the M(oracle.oci.oci_database_pluggable_database_actions) module: convert_to_regular, disable_pluggable_database_management, enable_pluggable_database_management, local_clone, modify_pluggable_database_management, refresh, remote_clone, rotate_pluggable_database_encryption_key, start, stop.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Create pluggable_database
  oci_database_pluggable_database:
    # required
    pdb_name: pdb_name_example
    container_database_id: "ocid1.containerdatabase.oc1..xxxxxxEXAMPLExxxxxx"

    # optional
    compartment_id: "ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx"
    pdb_admin_password: example-password
    tde_wallet_password: example-password
    should_pdb_admin_account_be_locked: true
    container_database_admin_password: example-password
    should_create_pdb_backup: true
    pdb_creation_type_details:
      # required
      source_container_database_admin_password: example-password
      creation_type: RELOCATE_PDB
      source_pluggable_database_id: "ocid1.sourcepluggabledatabase.oc1..xxxxxxEXAMPLExxxxxx"

      # optional
      dblink_username: dblink_username_example
      dblink_user_password: example-password
    freeform_tags: {'Department': 'Finance'}
    defined_tags: {'Operations': {'CostCenter': 'US'}}
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Update pluggable_database
  oci_database_pluggable_database:
    # required
    pluggable_database_id: "ocid1.pluggabledatabase.oc1..xxxxxxEXAMPLExxxxxx"

    # optional
    freeform_tags: {'Department': 'Finance'}
    defined_tags: {'Operations': {'CostCenter': 'US'}}
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Delete pluggable_database
  oci_database_pluggable_database:
    # required
    pluggable_database_id: "ocid1.pluggabledatabase.oc1..xxxxxxEXAMPLExxxxxx"
    state: absent

Inputs

    
wait:
    default: true
    description: Whether to wait for create or delete operation to complete.
    type: bool

state:
    choices:
    - present
    - absent
    default: present
    description:
    - The state of the PluggableDatabase.
    - Use I(state=present) to create or update a PluggableDatabase.
    - Use I(state=absent) to delete a PluggableDatabase.
    required: false
    type: str

key_by:
    description: The list of attributes of this resource which should be used to uniquely
      identify an instance of the resource. By default, all the attributes of a resource
      are used to uniquely identify a resource.
    elements: str
    type: list

region:
    description:
    - The Oracle Cloud Infrastructure region to use for all OCI API requests. If not set,
      then the value of the OCI_REGION variable, if any, is used. This option is required
      if the region is not specified through a configuration file (See C(config_file_location)).
      Please refer to U(https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm)
      for more information on OCI regions.
    type: str

tenancy:
    description:
    - OCID of your tenancy. If not set, then the value of the OCI_TENANCY variable, if
      any, is used. This option is required if the tenancy OCID is not specified through
      a configuration file (See C(config_file_location)). To get the tenancy OCID, please
      refer U(https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm)
    type: str

api_user:
    description:
    - The OCID of the user, on whose behalf, OCI APIs are invoked. If not set, then the
      value of the OCI_USER_ID environment variable, if any, is used. This option is required
      if the user is not specified through a configuration file (See C(config_file_location)).
      To get the user's OCID, please refer U(https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm).
    type: str

pdb_name:
    description:
    - The name for the pluggable database (PDB). The name is unique in the context of
      a L(container database,https://docs.cloud.oracle.com/en- us/iaas/api/#/en/database/latest/Database/).
      The name must begin with an alphabetic character and can contain a maximum of thirty
      alphanumeric characters. Special characters are not permitted. The pluggable database
      name should not be same as the container database name.
    - Required for create using I(state=present).
    type: str

auth_type:
    choices:
    - api_key
    - instance_principal
    - instance_obo_user
    - resource_principal
    - security_token
    default: api_key
    description:
    - The type of authentication to use for making API requests. By default C(auth_type="api_key")
      based authentication is performed and the API key (see I(api_user_key_file)) in
      your config file will be used. If this 'auth_type' module option is not specified,
      the value of the OCI_ANSIBLE_AUTH_TYPE, if any, is used. Use C(auth_type="instance_principal")
      to use instance principal based authentication when running ansible playbooks within
      an OCI compute instance.
    type: str

cert_bundle:
    description:
    - The full path to a CA certificate bundle to be used for SSL verification. This will
      override the default CA certificate bundle. If not set, then the value of the OCI_ANSIBLE_CERT_BUNDLE
      variable, if any, is used.
    type: str

auth_purpose:
    choices:
    - service_principal
    description:
    - The auth purpose which can be used in conjunction with 'auth_type=instance_principal'.
      The default auth_purpose for instance_principal is None.
    type: str

defined_tags:
    description:
    - Defined tags for this resource. Each key is predefined and scoped to a namespace.
      For more information, see L(Resource Tags,https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
    - This parameter is updatable.
    type: dict

force_create:
    default: false
    description: Whether to attempt non-idempotent creation of a resource. By default,
      create resource is an idempotent operation, and doesn't create the resource if it
      already exists. Setting this option to true, forcefully creates a copy of the resource,
      even if it already exists.This option is mutually exclusive with I(key_by).
    type: bool

wait_timeout:
    description: Time, in seconds, to wait when I(wait=yes). Defaults to 1200 for most
      of the services but some services might have a longer wait timeout.
    type: int

freeform_tags:
    description:
    - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
      name, type, or namespace. For more information, see L(Resource Tags,https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
    - 'Example: `{"Department": "Finance"}`'
    - This parameter is updatable.
    type: dict

compartment_id:
    description:
    - The compartment L(OCID,https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
    type: str

api_user_key_file:
    description:
    - Full path and filename of the private key (in PEM format). If not set, then the
      value of the OCI_USER_KEY_FILE variable, if any, is used. This option is required
      if the private key is not specified through a configuration file (See C(config_file_location)).
      If the key is encrypted with a pass-phrase, the C(api_user_key_pass_phrase) option
      must also be provided.
    type: str

pdb_admin_password:
    description:
    - 'A strong password for PDB Admin. The password must be at least nine characters
      and contain at least two uppercase, two lowercase, two numbers, and two special
      characters. The special characters must be _, #, or -.'
    type: str

config_profile_name:
    description:
    - The profile to load from the config file referenced by C(config_file_location).
      If not set, then the value of the OCI_CONFIG_PROFILE environment variable, if any,
      is used. Otherwise, defaults to the "DEFAULT" profile in C(config_file_location).
    type: str

tde_wallet_password:
    description:
    - The existing TDE wallet password of the CDB.
    type: str

api_user_fingerprint:
    description:
    - Fingerprint for the key pair being used. If not set, then the value of the OCI_USER_FINGERPRINT
      environment variable, if any, is used. This option is required if the key fingerprint
      is not specified through a configuration file (See C(config_file_location)). To
      get the key pair's fingerprint value please refer U(https://docs.us-phoenix-1.oraclecloud.com/Content/API/Concepts/apisigningkey.htm).
    type: str

config_file_location:
    description:
    - Path to configuration file. If not set then the value of the OCI_CONFIG_FILE environment
      variable, if any, is used. Otherwise, defaults to ~/.oci/config.
    type: str

container_database_id:
    description:
    - The L(OCID,https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
      of the CDB
    - Required for create using I(state=present).
    type: str

pluggable_database_id:
    aliases:
    - id
    description:
    - The database L(OCID,https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
    - Required for update using I(state=present).
    - Required for delete using I(state=absent).
    type: str

api_user_key_pass_phrase:
    description:
    - Passphrase used by the key referenced in C(api_user_key_file), if it is encrypted.
      If not set, then the value of the OCI_USER_KEY_PASS_PHRASE variable, if any, is
      used. This option is required if the key passphrase is not specified through a configuration
      file (See C(config_file_location)).
    type: str

should_create_pdb_backup:
    description:
    - Indicates whether to take Pluggable Database Backup after the operation.
    type: bool

pdb_creation_type_details:
    description:
    - ''
    suboptions:
      creation_type:
        choices:
        - RELOCATE_PDB
        - REMOTE_CLONE_PDB
        - LOCAL_CLONE_PDB
        description:
        - The Pluggable Database creation type.
        required: true
        type: str
      dblink_user_password:
        description:
        - The DB link user password.
        - Applicable when creation_type is one of ['REMOTE_CLONE_PDB', 'RELOCATE_PDB']
        type: str
      dblink_username:
        description:
        - The name of the DB link user.
        - Applicable when creation_type is one of ['REMOTE_CLONE_PDB', 'RELOCATE_PDB']
        type: str
      refreshable_clone_details:
        description:
        - ''
        - Applicable when creation_type is 'REMOTE_CLONE_PDB'
        suboptions:
          is_refreshable_clone:
            description:
            - Indicates whether Pluggable Database is a refreshable clone.
            - Applicable when creation_type is 'REMOTE_CLONE_PDB'
            type: bool
        type: dict
      source_container_database_admin_password:
        description:
        - The DB system administrator password of the source Container Database.
        - Required when creation_type is one of ['REMOTE_CLONE_PDB', 'RELOCATE_PDB']
        type: str
      source_pluggable_database_id:
        description:
        - The OCID of the Source Pluggable Database.
        required: true
        type: str
    type: dict

container_database_admin_password:
    description:
    - The DB system administrator password of the Container Database.
    type: str

should_pdb_admin_account_be_locked:
    description:
    - The locked mode of the pluggable database admin account. If false, the user needs
      to provide the PDB Admin Password to connect to it. If true, the pluggable database
      will be locked and user cannot login to it.
    type: bool

realm_specific_endpoint_template_enabled:
    description:
    - Enable/Disable realm specific endpoint template for service client. By Default,
      realm specific endpoint template is disabled. If not set, then the value of the
      OCI_REALM_SPECIFIC_SERVICE_ENDPOINT_TEMPLATE_ENABLED variable, if any, is used.
    type: bool

Outputs

pluggable_database:
  contains:
    compartment_id:
      description:
      - The L(OCID,https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
        of the compartment.
      returned: on success
      sample: ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx
      type: str
    connection_strings:
      contains:
        all_connection_strings:
          description:
          - All connection strings to use to connect to the pluggable database.
          returned: on success
          sample: {}
          type: dict
        pdb_default:
          description:
          - A host name-based PDB connection string.
          returned: on success
          sample: pdb_default_example
          type: str
        pdb_ip_default:
          description:
          - An IP-based PDB connection string.
          returned: on success
          sample: pdb_ip_default_example
          type: str
      description:
      - ''
      returned: on success
      type: complex
    container_database_id:
      description:
      - The L(OCID,https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
        of the CDB.
      returned: on success
      sample: ocid1.containerdatabase.oc1..xxxxxxEXAMPLExxxxxx
      type: str
    defined_tags:
      description:
      - Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see L(Resource Tags,https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
      returned: on success
      sample:
        Operations:
          CostCenter: US
      type: dict
    freeform_tags:
      description:
      - Free-form tags for this resource. Each tag is a simple key-value pair with
        no predefined name, type, or namespace. For more information, see L(Resource
        Tags,https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
      - 'Example: `{"Department": "Finance"}`'
      returned: on success
      sample:
        Department: Finance
      type: dict
    id:
      description:
      - The L(OCID,https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)
        of the pluggable database.
      returned: on success
      sample: ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx
      type: str
    is_restricted:
      description:
      - The restricted mode of the pluggable database. If a pluggable database is
        opened in restricted mode, the user needs both create a session and have restricted
        session privileges to connect to it.
      returned: on success
      sample: true
      type: bool
    lifecycle_details:
      description:
      - Detailed message for the lifecycle state.
      returned: on success
      sample: lifecycle_details_example
      type: str
    lifecycle_state:
      description:
      - The current state of the pluggable database.
      returned: on success
      sample: PROVISIONING
      type: str
    open_mode:
      description:
      - '**Deprecated.** Use L(PluggableDatabaseNodeLevelDetails,https://docs.cloud.oracle.com/en-
        us/iaas/api/#/en/database/latest/datatypes/PluggableDatabaseNodeLevelDetails)
        for OpenMode details. The mode that pluggable database is in. Open mode can
        only be changed to READ_ONLY or MIGRATE directly from the backend (within
        the Oracle Database software).'
      returned: on success
      sample: READ_ONLY
      type: str
    pdb_name:
      description:
      - The name for the pluggable database (PDB). The name is unique in the context
        of a L(container database,https://docs.cloud.oracle.com/en- us/iaas/api/#/en/database/latest/Database/).
        The name must begin with an alphabetic character and can contain a maximum
        of thirty alphanumeric characters. Special characters are not permitted. The
        pluggable database name should not be same as the container database name.
      returned: on success
      sample: pdb_name_example
      type: str
    pdb_node_level_details:
      contains:
        node_name:
          description:
          - The Node name of the Database Instance.
          returned: on success
          sample: node_name_example
          type: str
        open_mode:
          description:
          - The mode that pluggable database is in. Open mode can only be changed
            to READ_ONLY or MIGRATE directly from the backend (within the Oracle Database
            software).
          returned: on success
          sample: READ_ONLY
          type: str
      description:
      - 'Pluggable Database Node Level Details. Example: [{"nodeName" : "node1", "openMode"
        : "READ_WRITE"}, {"nodeName" : "node2", "openMode" : "READ_ONLY"}]'
      returned: on success
      type: complex
    pluggable_database_management_config:
      contains:
        management_status:
          description:
          - The status of the Pluggable Database Management service.
          returned: on success
          sample: ENABLING
          type: str
      description:
      - ''
      returned: on success
      type: complex
    refreshable_clone_config:
      contains:
        is_refreshable_clone:
          description:
          - Indicates whether the Pluggable Database is a refreshable clone.
          returned: on success
          sample: true
          type: bool
      description:
      - ''
      returned: on success
      type: complex
    time_created:
      description:
      - The date and time the pluggable database was created.
      returned: on success
      sample: '2013-10-20T19:20:30+01:00'
      type: str
  description:
  - Details of the PluggableDatabase resource acted upon by the current operation
  returned: on success
  sample:
    compartment_id: ocid1.compartment.oc1..xxxxxxEXAMPLExxxxxx
    connection_strings:
      all_connection_strings: {}
      pdb_default: pdb_default_example
      pdb_ip_default: pdb_ip_default_example
    container_database_id: ocid1.containerdatabase.oc1..xxxxxxEXAMPLExxxxxx
    defined_tags:
      Operations:
        CostCenter: US
    freeform_tags:
      Department: Finance
    id: ocid1.resource.oc1..xxxxxxEXAMPLExxxxxx
    is_restricted: true
    lifecycle_details: lifecycle_details_example
    lifecycle_state: PROVISIONING
    open_mode: READ_ONLY
    pdb_name: pdb_name_example
    pdb_node_level_details:
    - node_name: node_name_example
      open_mode: READ_ONLY
    pluggable_database_management_config:
      management_status: ENABLING
    refreshable_clone_config:
      is_refreshable_clone: true
    time_created: '2013-10-20T19:20:30+01:00'
  type: complex