1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-02 14:27:08 +00:00

adds two new infoblox lookup plugins (#35189)

* adds two new infoblox lookup plugins

* nios - lookup plugin to return nios objects to the playbook
* nios_next_ip - lookup plugin to return the next avaiable ip address

* adds some additional examples to nios lookup

* fix up pep8 failures

* updates in response to review comments
This commit is contained in:
Peter Sprygada 2018-01-24 08:28:21 -05:00 committed by John R Barker
parent 0f17d74f0f
commit 21169b2228
5 changed files with 247 additions and 7 deletions

6
.github/BOTMETA.yml vendored
View file

@ -1144,6 +1144,12 @@ files:
lib/ansible/plugins/filter/network.py:
maintainers: $team_networking
labels: networking
lib/ansible/plugins/lookup/nios.py:
maintainers: $team_networking
labels: networking
lib/ansible/plugins/lookup/nios_next_ip.py:
maintainers: $team_networking
labels: networking
lib/ansible/plugins/lookup/dig:
maintainers: jpmens
labels: community