Infoblox CNAME managment.
functions accept api_opts:
api_verifyssl: verify SSL [default to True or pillar value] api_url: server to connect to [default to pillar value] api_username: [default to pillar value] api_password: [default to pillar value]
Ensure the CNAME with the given name or canonical name is removed
Ensure the CNAME with the given data is present.
State example:
infoblox_cname.present: - name: example-ha-0.domain.com - data: name: example-ha-0.domain.com canonical: example.domain.com zone: example.com view: Internal comment: Example comment infoblox_cname.present: - name: example-ha-0.domain.com - data: name: example-ha-0.domain.com canonical: example.domain.com zone: example.com view: Internal comment: Example comment - api_url: https://INFOBLOX/wapi/v1.2.1 - api_username: username - api_password: passwd
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.infoblox_cname.html