Module for setup of ApiFileservice Avi RESTful Object
- This module is used to configure ApiFileservice 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 ApiFileservice object
avi_api_fileservice:
avi_credentials: "{{ avi_credentials }}"
state: present
name: sample_api_fileservice- Gaurav Rastogi (grastogi@vmware.com)
- Sandeep Bandi (sbandi@vmware.com)
- Amol Shinde (samol@vmware.com)