Resource Type: vc_host

Defined in:
lib/puppet/type/vc_host.rb
Providers:
vc_host

Overview

Manage vCenter hosts.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • path

    The path to the host.

Parameters

  • name (namevar)

    ESX hostname or ip address.

  • password

    ESX password.

  • provider

    The specific backend to use for this ‘vc_host` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • secure (defaults to: false)

    Add host require sslthumprint verification.

    Supported values:
    • true
    • false
  • sslthumbprint

    ESX host ssl thumbprint.

  • username

    ESX username.