Python Scripts for interacting with phpIPAM and PowerDNS Admin

I’ve spent some time this weekend writing some scripts in Python that will function as a preliminary building block for future automation – simplifying the creation of VMs in my network.

I won’t go into too much more detail here, but I’ve published them on github. Future updates to the scripts will make them work smoothly with my Ansible build processes, but for now, they’re OK.

https://github.com/wargus85/phpIPAM_PDNS_Scripts 

Python Scripts for Interacting with LDAP

This is more or less just a post about my public github repository: https://github.com/wargus85/PythonLDAPScripts

There is more information in the README file in the repository. However, to summarise, I’ve written some python scripts that will reach out to active directory and look up group membership. Because I couldn’t find something similar when I started coding the scripts, I thought it would be a good idea to publish them online.