Skip to content

Instantly share code, notes, and snippets.

View viper233's full-sized avatar

Stephen Granger viper233

View GitHub Profile
@phips
phips / play.yml
Last active August 4, 2017 07:52
vmware + ansible + kickstart
- name: Gather VM facts
vsphere_guest:
vcenter_hostname: vcenter.lan
username: "{{ vcenter_user }}"
password: "{{ vcenter_pass }}"
guest: "{{ name }}"
vmware_guest_facts: yes
register: newvm
tags: mac