community.network.avi_alertsyslogconfig – Module for setup of AlertSyslogConfig 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_alertsyslogconfig
.
Synopsis¶
This module is used to configure AlertSyslogConfig 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 Alert Syslog object to forward all events to external syslog server
community.network.avi_alertsyslogconfig:
controller: '{{ controller }}'
name: Roberts-syslog
password: '{{ password }}'
syslog_servers:
- syslog_server: 10.10.0.100
syslog_server_port: 514
udp: true
tenant_ref: admin
username: '{{ username }}'
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
obj
dictionary
|
success, changed |
AlertSyslogConfig (api/alertsyslogconfig) object
|
Authors¶
Gaurav Rastogi (@grastogi23) <grastogi@avinetworks.com>