VMware
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.vmware vars: vmware_enable_service: true tags: vmware
# Install the role ansible-galaxy install devopstoolbox.vmware # Run the playbook ansible-playbook vmware-playbook.yml
Last update: 2020-02-09