Skip to content

Add alias to host record

Go to Automation

View in GitLab

Description

Add a CNAME/alias to an existing Infoblox host record after validating the alias does not already exist in DNS.

Credentials

  • infoblox_host
  • infoblox_username
  • infoblox_password

Input

  • target: existing hostname
  • alias: new alias to add

Output

  • updated_aliases: final alias list applied to the host record
  • host_record: existing host metadata used for update

Dependencies