community.network.avi_autoscalelaunchconfig – Module for setup of AutoScaleLaunchConfig Avi RESTful Object¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.avi_autoscalelaunchconfig
.
Synopsis¶
This module is used to configure AutoScaleLaunchConfig object
more examples at https://github.com/avinetworks/devops
Parameters¶
Notes¶
Note
For more information on using Ansible to manage Avi Network devices see https://www.ansible.com/ansible-avi-networks.
Examples¶
- name: Create an Autoscale Launch configuration.
community.network.avi_autoscalelaunchconfig:
controller: '{{ controller }}'
username: '{{ username }}'
password: '{{ password }}'
image_id: default
name: default-autoscalelaunchconfig
tenant_ref: admin
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
obj
dictionary
|
success, changed |
AutoScaleLaunchConfig (api/autoscalelaunchconfig) object
|
Authors¶
Chaitanya Deshpande (@chaitanyaavi) <chaitanya.deshpande@avinetworks.com>