Skip to content

Instantly share code, notes, and snippets.

@svrc
Created December 14, 2018 17:59
Show Gist options
  • Save svrc/f508ce0738049c2c806c3b0b383301d3 to your computer and use it in GitHub Desktop.
Save svrc/f508ce0738049c2c806c3b0b383301d3 to your computer and use it in GitHub Desktop.
opsman example
---
opsman-configuration:
vsphere:
vcenter:
url: vcenter.example.com
username: admin
password: password
datastore: exmple-ds-1
ca_cert: certificate
host: example-host # vCenter host to deploy Ops Manager in
datacenter: example-dc
resource_pool: /example-dc/host/example-host/Resources/ResPool # or /<Data Center Name>/host/<Cluster Name>
folder: /example-dc/vm/Folder
insecure: 1 # 1 insecure, 0 secure
disk_type: thin # example: thin|thick
private_ip: 10.0.0.2
dns: 8.8.8.8
ntp: ntp.example.com # example: ntp.ubuntu.com
ssh_password: password
ssh_public_key: ssh-rsa ...... # for OpsManager >= 2.3
hostname: pcf.example.com
network: virtual-network # vcenter network to deploy to
netmask: 255.255.255.192
gateway: 192.168.10.1
vm_name: ops-manager-vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment