mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
ACI module_utils library for ACI modules (#27070)
* ACI module_utils library for ACI modules This PR includes: - the ACI argument_spec - an aci_login function - an experimental aci_request function - an aci_response function - included the ACI team * New prototype using ACIModule This PR includes: - A new ACIModule object with various useful methods
This commit is contained in:
committed by
John R Barker
parent
82a0a05406
commit
97aaf103e8
4
.github/BOTMETA.yml
vendored
4
.github/BOTMETA.yml
vendored
@@ -27,6 +27,7 @@
|
||||
#
|
||||
|
||||
files:
|
||||
$module_utils/aci.py: dagwieers schunduri
|
||||
$modules/cloud/amazon/:
|
||||
notify:
|
||||
- willthames
|
||||
@@ -433,7 +434,7 @@ files:
|
||||
$modules/net_tools/omapi_host.py: nerzhul
|
||||
$modules/net_tools/snmp_facts.py: ogenstad
|
||||
$modules/network/a10/: ericchou1 mischapeters
|
||||
$modules/network/aci/: dagwieers jedelman8 schunduri
|
||||
$modules/network/aci/: dagwieers schunduri
|
||||
$modules/network/aos/: dgarros jeremyschulman
|
||||
$modules/network/asa/asa_acl.py: gundalow ogenstad
|
||||
$modules/network/asa/asa_command.py: gundalow ogenstad privateip
|
||||
@@ -899,6 +900,7 @@ files:
|
||||
keywords:
|
||||
- validate-modules
|
||||
macros:
|
||||
module_utils: lib/ansible/module_utils
|
||||
modules: lib/ansible/modules
|
||||
team_ansible: []
|
||||
team_avi: ericsysmin grastogi23 khaltore
|
||||
|
||||
Reference in New Issue
Block a user