Module for setup of SamlApiSession Avi RESTful Object
- This module is used to configure SamlApiSession 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 SamlApiSession object
avi_saml_api_session:
avi_credentials: "{{ avi_credentials }}"
state: present
name: sample_saml_api_session
- Gaurav Rastogi ([email protected])
- Sandeep Bandi ([email protected])
- Amol Shinde ([email protected])