community.network.avi_cloud module – Module for setup of Cloud Avi RESTful Object
Note
This module is part of the community.network collection (version 5.0.2).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.network
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: community.network.avi_cloud
.
Synopsis
This module is used to configure Cloud object
more examples at https://github.com/avinetworks/devops
Aliases: network.avi.avi_cloud
Requirements
The below requirements are needed on the host that executes this module.
avisdk
Parameters
Parameter |
Comments |
---|---|
Avi API context that includes current session ID and CSRF Token. This allows user to perform single login and re-use the session. |
|
Avi API version of to use for Avi API and objects. Default: |
|
Apicconfiguration settings for cloud. |
|
Boolean flag to set apic_mode. Default value when not specified in API or module is interpreted by Avi Controller as False. Choices:
|
|
Cloudconnector polling interval for external autoscale groups. Field introduced in 18.2.2. Default value when not specified in API or module is interpreted by Avi Controller as 60. |
|
Patch operation to use when using avi_api_update_method as patch. Choices:
|
|
Default method for object update is HTTP PUT. Setting to patch will override that behavior to use HTTP PATCH. Choices:
|
|
Avi Credentials dictionary which can be used in lieu of enumerating Avi Controller login details. |
|
Avi controller version Default: |
|
Avi controller IP or SQDN |
|
Avi controller API csrftoken to reuse existing session with session id Default: |
|
Avi controller password |
|
Avi controller port |
|
Avi controller API session id to reuse existing session with csrftoken Default: |
|
Avi controller tenant Default: |
|
Avi controller tenant UUID Default: |
|
Avi controller request timeout Default: |
|
Avi controller API token Default: |
|
Avi controller username |
|
It disables avi session information to be cached as a fact. Choices:
|
|
Awsconfiguration settings for cloud. |
|
Field introduced in 17.2.1. |
|
Cloudstackconfiguration settings for cloud. |
|
IP address or hostname of the controller. The default value is the environment variable |
|
Custom tags for all avi created resources in the cloud infrastructure. Field introduced in 17.1.5. |
|
Select the ip address management scheme. Default value when not specified in API or module is interpreted by Avi Controller as False. Choices:
|
|
Dns profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. |
|
Dockerconfiguration settings for cloud. |
|
Dns profile for east-west services. It is a reference to an object of type ipamdnsproviderprofile. |
|
Ipam profile for east-west services. Warning - please use virtual subnets in this ipam profile that do not conflict with the underlay networks or any overlay networks in the cluster. For example in aws and gcp, 169.254.0.0/16 is used for storing instance metadata. Hence, it should not be used in this profile. It is a reference to an object of type ipamdnsproviderprofile. |
|
Use static routes for vip side network resolution during virtualservice placement. Default value when not specified in API or module is interpreted by Avi Controller as False. Choices:
|
|
Google cloud platform configuration. Field introduced in 18.2.1. |
|
Enable ipv6 auto configuration. Field introduced in 18.1.1. Default value when not specified in API or module is interpreted by Avi Controller as False. Choices:
|
|
Ipam profile for the cloud. It is a reference to an object of type ipamdnsproviderprofile. |
|
Specifies the default license tier which would be used by new se groups. This field by default inherits the value from system configuration. Enum options - ENTERPRISE_16, ENTERPRISE_18. Field introduced in 17.2.5. |
|
If no license type is specified then default license enforcement for the cloud type is chosen. The default mappings are container cloud is max ses, openstack and vmware is cores and linux it is sockets. Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH, LIC_METERED_SE_BANDWIDTH. |
|
Linuxserverconfiguration settings for cloud. |
|
Field deprecated in 18.2.2. |
|
Mtu setting for the cloud. Default value when not specified in API or module is interpreted by Avi Controller as 1500. |
|
Name of the object. |
|
Configuration parameters for nsx manager. Field introduced in 17.1.1. |
|
Default prefix for all automatically created objects in this cloud. This prefix can be overridden by the se-group template. |
|
Openstackconfiguration settings for cloud. |
|
Oshiftk8sconfiguration settings for cloud. |
|
Password of Avi user in Avi controller. The default value is the environment variable |
|
Prefer static routes over interface routes during virtualservice placement. Default value when not specified in API or module is interpreted by Avi Controller as False. Choices:
|
|
Proxyconfiguration settings for cloud. |
|
Rancherconfiguration settings for cloud. |
|
The state that should be applied on the entity. Choices:
|
|
Dns records for vips are added/deleted based on the operational state of the vips. Field introduced in 17.1.12. Default value when not specified in API or module is interpreted by Avi Controller as True. Choices:
|
|
Name of tenant used for all Avi API calls and context of object. Default: |
|
It is a reference to an object of type tenant. |
|
UUID of tenant used for all Avi API calls and context of object. Default: |
|
Avi controller URL of the object. |
|
Username used for accessing Avi controller. The default value is the environment variable |
|
Unique object identifier of the object. |
|
Vcloudairconfiguration settings for cloud. |
|
Vcenterconfiguration settings for cloud. |
|
Cloud type. Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP. Default value when not specified in API or module is interpreted by Avi Controller as CLOUD_NONE. |
Notes
Note
For more information on using Ansible to manage Avi Network devices see https://www.ansible.com/ansible-avi-networks.
Examples
- name: Create a VMware cloud with write access mode
community.network.avi_cloud:
username: '{{ username }}'
controller: '{{ controller }}'
password: '{{ password }}'
apic_mode: false
dhcp_enabled: true
enable_vip_static_routes: false
license_type: LIC_CORES
mtu: 1500
name: vCenter Cloud
prefer_static_routes: false
tenant_ref: admin
vcenter_configuration:
datacenter_ref: /api/vimgrdcruntime/datacenter-2-10.10.20.100
management_network: /api/vimgrnwruntime/dvportgroup-103-10.10.20.100
password: password
privilege: WRITE_ACCESS
username: user
vcenter_url: 10.10.20.100
vtype: CLOUD_VCENTER
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Cloud (api/cloud) object Returned: success, changed |