Sha256: 2ca5a277447c3b8279e120826acbe2458e2a05820cb35008f7dbe2402a36dcf8

Contents?: true

Size: 820 Bytes

Versions: 11

Compression:

Stored size: 820 Bytes

Contents

---
driver:
  name: vsphere
  driver_options:
    host: '172.16.20.2'
    user: 'administrator@vsphere.local'
    password: 'PASSWORD'
    insecure: true
  machine_options:
    start_timeout: 600
    create_timeout: 600
    ready_timeout: 90
    bootstrap_options:
      use_linked_clone: true
      datacenter: 'Datacenter'
      template_name: 'ubuntu16'
      template_folder: 'Linux'
      resource_pool: 'Cluster'
      num_cpus: 2
      memory_mb: 4096
      ssh:
        user: ubuntu
        paranoid: false
        password: PASSWORD
        port: 22

provisioner:
  name: chef_zero
  sudo_command: sudo

verifier:
  name: inspec

transport:
  username: "admini"
  password: admini

platforms:
  - name: ubuntu-16.04

suites:
  - name: default
    run_list:
      - recipe[vsphere_demo::default]
    attributes:

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
chef-provisioning-vsphere-2.3.1 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.3.0 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.2.2 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.2.1 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.2.0 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.1.0 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.10 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.9 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.8 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.7 examples/ubuntu-kitchen.yml
chef-provisioning-vsphere-2.0.6 examples/ubuntu-kitchen.yml