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:
Ted 2017-06-09 07:14:28 -07:00 committed by Chris Alfonso
commit 416d9774ce
2 changed files with 175 additions and 1 deletions

2
lib/ansible/modules/network/bigswitch/bigmon_chain.py Normal file → Executable file
View 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
#