cwilloughby_bw.racktables.racktables_object_port_link (1.0.9) — module

Link object ports in Racktables

| "added in version" 2.4 of cwilloughby_bw.racktables"

Authors: Chandler Willoughby (@cwilloughby-bw)

preview | supported by community

Install collection

Install with ansible-galaxy collection install cwilloughby_bw.racktables:==1.0.9


Add to requirements.yml

  collections:
    - name: cwilloughby_bw.racktables
      version: 1.0.9

Description

Link object ports in Racktables

Inputs

    
state:
    default: present
    description:
    - Specify whether the object should be present or absent
    required: false

port-a:
    description:
    - The name of the port on object A
    required: true

port-b:
    description:
    - The name of the port on object B
    required: true

rt_host:
    description:
    - Hostname of the database server backing Racktables
    required: true

rt_port:
    description:
    - Port for the database connection, defaults to 3306
    required: false

object-a:
    description:
    - The name of object A
    required: true

object-b:
    description:
    - The name of object B
    required: true

rt_database:
    description:
    - Name of the database which backs Racktables
    required: true

rt_password:
    description:
    - Password for the administrative user
    required: true

rt_username:
    description:
    - Username that has administrative access to the racktables database
    required: true

Outputs

message:
  description: The output message that the test module generates
  returned: always
  type: str
original_message:
  description: The original name param that was passed in
  returned: always
  type: str