vca_vapp – Manages vCloud Air vApp instances¶
Synopsis¶
- This module will actively managed vCloud Air vApp instances. Instances can be created and deleted as well as both deployed and undeployed.
Requirements¶
The below requirements are needed on the host that executes this module.
- pyvcloud <= 18.2.2
Parameters¶
Notes¶
Note
- VMware sold their vCloud Air service in Q2 2017.
- VMware made significant changes to the pyvcloud interface around this time. The
vca_vapp
module relies on now deprecated code. - Mileage with
vca_vapp
may vary as vCloud Director APIs advance. - A viable alternative maybe https://github.com/vmware/ansible-module-vcloud-director
Examples¶
- name: Creates a new vApp in a VCA instance
vca_vapp:
vapp_name: tower
state: present
template_name: 'Ubuntu Server 12.04 LTS (amd64 20150127)'
vdc_name: VDC1
instance_id: '<your instance id here>'
username: '<your username here>'
password: '<your password here>'
delegate_to: localhost
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Peter Sprygada (@privateip)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.