ansible.builtin.vertica_configuration (v2.9.27) — module

Updates Vertica configuration parameters.

| "added in version" 2.0 of ansible.builtin"

Authors: Dariusz Owczarek (@dareko)

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

Updates Vertica configuration parameters.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: updating load_balance_policy
  vertica_configuration: name=failovertostandbyafter value='8 hours'

Inputs

    
db:
    description:
    - Name of the Vertica database.

name:
    aliases:
    - parameter
    description:
    - Name of the parameter to update.
    required: true

port:
    default: 5433
    description:
    - Vertica cluster port to connect to.

value:
    description:
    - Value of the parameter to be set.
    required: true

cluster:
    default: localhost
    description:
    - Name of the Vertica cluster.

login_user:
    default: dbadmin
    description:
    - The username used to authenticate with.

login_password:
    description:
    - The password used to authenticate with.