sky_joker.vmware_nested_test_environment.vmware_guest_network_connect (0.0.3) — module

Connect network of Virtual Machine.

Authors: sky-joker (@sky-joker)

Install collection

Install with ansible-galaxy collection install sky_joker.vmware_nested_test_environment:==0.0.3


Add to requirements.yml

  collections:
    - name: sky_joker.vmware_nested_test_environment
      version: 0.0.3

Description

This module is to connect networks of Virtual Machine.


Requirements

Inputs

    
name:
    description:
    - The name of the Virtual Machine.
    required: true
    type: str

hostname:
    description:
    - The hostname or IP address of the vSphere vCenter or ESXi server.
    required: true
    type: str

password:
    description:
    - The password of the vSphere vCenter or ESXi server.
    required: true
    type: str

username:
    description:
    - The username of the vSphere vCenter or ESXi server.
    required: true
    type: str

validate_certs:
    default: true
    description:
    - Allows connection when SSL certificates are not valid. Set to C(false) when certificates
      are not trusted.
    type: bool