ansible.builtin.vertica_facts (v2.8.20) — module

Gathers Vertica database facts.

| "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.8.20

Description

Gathers Vertica database facts.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: gathering vertica facts
  vertica_facts: db=db_name

Inputs

    
db:
    description:
    - Name of the database running the schema.

port:
    default: 5433
    description: Database port to connect to.

cluster:
    default: localhost
    description:
    - Name of the cluster running the schema.

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

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