diff options
author | paulquack <paul@paulbaker.id.au> | 2017-10-17 23:54:32 +1100 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2017-10-17 13:54:32 +0100 |
commit | 5a6ee054c0c103a91c1cf535254495a51e1339d7 (patch) | |
tree | dc2380440d5230df700d27630f553e0a40e266d6 /.github | |
parent | b9e15d0df1100d492c5bd766cc0d65f2465f9a50 (diff) | |
download | ansible-5a6ee054c0c103a91c1cf535254495a51e1339d7.tar.gz |
Network command module for Brocade IronWare routers (#31429)
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index d43e8f4864..6eb7055b24 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -466,6 +466,7 @@ files: $modules/network/interface/: $team_networking $modules/network/ios/: privateip rcarrillocruz kedarX $modules/network/iosxr/: privateip rcarrillocruz kedarX + $modules/network/ironware/: paulquack $modules/network/junos/: Qalthos ganeshrn $modules/network/layer2/: $team_networking $modules/network/layer3/: $team_networking @@ -963,6 +964,9 @@ files: $module_utils/iosxr.py: maintainers: $team_networking labels: networking + $module_utils/ironware.py: + maintainers: paulquack + labels: networking $module_utils/junos.py: maintainers: $team_networking labels: networking @@ -1046,6 +1050,9 @@ files: lib/ansible/plugins/action/ios: maintainers: $team_networking labels: networking + lib/ansible/plugins/action/ironware: + maintainers: paulquack + labels: networking lib/ansible/plugins/action/junos: maintainers: $team_networking labels: networking @@ -1064,6 +1071,9 @@ files: lib/ansible/plugins/cliconf/: maintainers: $team_networking labels: networking + lib/ansible/plugins/cliconf/ironware.py: + maintainers: paulquack + labels: networking lib/ansible/plugins/connection/netconf.py: maintainers: $team_networking labels: networking @@ -1111,6 +1121,9 @@ files: lib/ansible/plugins/terminal/iosxr.py: maintainers: $team_networking labels: networking + lib/ansible/plugins/terminal/ironware.py: + maintainers: paulquack + labels: networking lib/ansible/plugins/terminal/junos.py: maintainers: $team_networking labels: networking |