VMware

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Vmware

As a: VMware Administrator

I want to: create VMware resources

So that: create or destroy VMs.

Using the role

Using the role in a playbook
---
- name: Install vmware
  hosts: all

  tasks:
    - name: vmware is configured
      import_role:
        name: crivetimihai.vmware
      vars:
        vmware_enable_service: true
      tags: vmware
# Install the role
ansible-galaxy install crivetimihai.vmware

# Run the playbook
ansible-playbook vmware-playbook.yml

Last update: 2020-02-04