The vca_vapp module

This module is used to both create and manage vApps. A vApp is one or more virtual machines which is combined to offer an application:

- name: example vApp  vca_vapp:    vapp_name: "Example"    vdc_name: "my_vcd"    state: "present"    operation: "poweron"    template_name: "CentOS7 x86_64 1804"

The previous example is a really basic example of how you would use the vca_vapp module to ensure that there is a vApp called Example present and powered on.

Get Learn Ansible now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.