mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Initial commit
This commit is contained in:
24
scripts/inventory/infoblox.yaml
Normal file
24
scripts/inventory/infoblox.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
# This file provides the configuration information for the Infoblox dynamic
|
||||
# inventory script that is used to dynamically pull host information from NIOS.
|
||||
# This file should be copied to /etc/ansible/infoblox.yaml in order for the
|
||||
# dynamic script to find it.
|
||||
|
||||
# Sets the provider arguments for authenticating to the Infoblox server to
|
||||
# retrieve inventory hosts. Provider arguments can also be set using
|
||||
# environment variables. Supported environment variables all start with
|
||||
# INFOBLOX_{{ name }}. For instance, to set the host provider value, the
|
||||
# environment variable would be INFOBLOX_HOST.
|
||||
provider:
|
||||
host: <SERVER_IP>
|
||||
username: <USERNAME>
|
||||
password: <PASSWORD>
|
||||
|
||||
# Filters allow the dynamic inventory script to restrict the set of hosts that
|
||||
# are returned from the Infoblox server.
|
||||
filters:
|
||||
# restrict returned hosts by extensible attributes
|
||||
extattrs: {}
|
||||
|
||||
# restrict returned hosts to a specified DNS view
|
||||
view: null
|
||||
Reference in New Issue
Block a user