Skip to content

Test Infoblox API - zone scavenging

Go to Automation

View in GitLab

Description

Small playbook that queries Infoblox WAPI for zone_auth objects and compiles zones that have scavenging enabled.

Credentials

  • infoblox_password (used with sys_ibx_nagios_ro user)
  • (infoblox_fqdn is set in playbook vars)

Input

  • infoblox_fqdn: FQDN of the Infoblox appliance
  • infoblox_password: read-only password for sys_ibx_nagios_ro

Output

  • scavenging_enabled_zones: dict mapping display_domain → scavenging_settings.expression_list
  • zones: raw API response (registered variable)

Dependencies