Skip to content

Instantly share code, notes, and snippets.

@ffpollock
Last active April 25, 2017 16:29
Show Gist options
  • Save ffpollock/729ca0c1b52acf0fd6fadf19a93f0f59 to your computer and use it in GitHub Desktop.
Save ffpollock/729ca0c1b52acf0fd6fadf19a93f0f59 to your computer and use it in GitHub Desktop.
---
driver:
name: vsphere
driver_options:
host: '127.0.0.1'
user: 'administrator@vsphere.local'
password: 'passssssworddddd'
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'
template_folder: 'Linux'
resource_pool: 'Cluster'
num_cpus: 2
memory_mb: 4096
ssh:
user: admini
paranoid: false
password: admini
port: 22
provisioner:
name: chef_zero
sudo_command: sudo
verifier:
name: inspec
transport:
username: "admini"
password: admini
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[vsphere_demo::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment