mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07:00
New module: Add Bcf switch module. (network/bigswitch/bcf_switch) (#24261)
* Make access_token type str, remove alias, and make validate_certs default value true * Remove comma * Add bcf switch module * Remove white space in blank line * Fix yaml * Try removing the RETURN just like in the other modules
This commit is contained in:
parent
ba4f6de35a
commit
416d9774ce
2 changed files with 175 additions and 1 deletions
2
lib/ansible/modules/network/bigswitch/bigmon_chain.py
Normal file → Executable file
2
lib/ansible/modules/network/bigswitch/bigmon_chain.py
Normal file → Executable file
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Ansible module to manage Big Monitoring Fabric service chains
|
||||
# (c) 2016, Ted Elhourani <ted@bigswitch.com>,
|
||||
# (c) 2016, Ted Elhourani <ted@bigswitch.com>
|
||||
#
|
||||
# This file is part of Ansible
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue