diff options
author | Peter Sprygada <privateip@users.noreply.github.com> | 2018-01-25 14:29:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-25 14:29:11 -0500 |
commit | 3f556f2e3725d8f1daa6e70682644cf6c0557ca6 (patch) | |
tree | 051dbf13d9fd5c6753e23392e79825878cf2941b /.github | |
parent | 88c48d1437884eb2fef25e632983ccc7d29143ea (diff) | |
download | ansible-3f556f2e3725d8f1daa6e70682644cf6c0557ca6.tar.gz |
adds infoblox dynamic inventory script (#35328)
* adds infoblox dynamic inventory script
* fix up issues from sanity testing
* fix pep8 issues
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 89be6c7ea4..dde465b72b 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -898,6 +898,14 @@ files: labels: - cloud - openstack + contrib/inventory/infoblox.py: + keywords: + - infoblox dynamic inventory script + labels: + - ipam + - infoblox + - networking + maintainers: $team_networking contrib/inventory/azure_rm.py: keywords: - azure inventory |