Module for setup of UpdateSeDataVnics Avi RESTful Object
- This module is used to configure UpdateSeDataVnics object.
- More examples at (https://github.com/avinetworks/devops).
- hosts: localhost
connection: local
collections:
- vmware.alb
vars:
avi_credentials:
username: "avi_user"
password: "avi_password"
controller: "192.168.138.18"
api_version: "21.1.1"
tasks:
- name: Example to create UpdateSeDataVnics object
avi_update_se_data_vnics:
avi_credentials: "{{ avi_credentials }}"
state: present
name: sample_update_se_data_vnics
- Gaurav Rastogi ([email protected])
- Sandeep Bandi ([email protected])
- Amol Shinde ([email protected])