Blog
Latest NewsOffice 365 Connectors from Microsoft Teams via Python API
I was going to look at creating a Slack Channel with just DNS news for my coworkers but then found out we are going to use Microsoft Teams. Mmmmm M$ Teams, never was a fan of Microsoft but my good buddy told me to check it out. I was surprised it was like Slack...
Infoblox and Ansible Updating a CNAME via Playbook
A good friend of mine asked me the other day, "How does one update a CNAME in Infoblox using an Ansible Playbook."I told him to use the URI if it's not available in the module, so he went looking on Google and didn't come across a good example.So I decided to write...
Introduction to Infoblox API (WAPI) using Python
We are going to take a look at Infoblox and infoblox-client using Python. In this article, I am going to give you examples using Python with direct "requests" REST API (WAPI) calls and the "infoblox-client" so you can choose with the option you prefer. The...
Infoblox and Ansible creating “DHCP Range” with “templates”
Today we are going to use Ansible to create DHCP Ranges in Infoblox. If you haven’t done so, please review the previous post on “Getting started with Infoblox and Ansible.” We are going to create a new container “10.1.0.0/16”; two new templates, one for “Range Template” and the 2nd for “Network Template” with “Range Template” added to it.
Infoblox and Ansible using “nios_next_ip”
Summary In the last post, we covered Infoblox and Ansible using “nios_next_network”. Today we are going to cover "nios_next_ip". You can use this command to auto-create records such as "host", "a record", "aaaa record", etc...This is going to be very similar to the...
Infoblox and Ansible using “nios_next_network”
In the two previous posts, I took you through walking and getting started with Ansible and Infoblox. We are now going to look at tying those together with “nios_next_network”. Here will learn to lookup single and multiple networks at the same time and create them as well.
Recent Comments