Recent posts

Python - NMAP/SSH Fun

7 minute read

I am currently working on some Ansible/Python project(s) (More to come on that soon) and am working on integrating some functionality between some of the mov...

Vagrant Box Templates

4 minute read

Over the past few months I have been putting together some Vagrant box templates based on different Linux distros all using Packer. My goal is to have a stan...

Ubuntu - VMware Template Cleanup Script

2 minute read

Just sharing these scripts in case anyone ever needs/wants a quick way to prep an Ubuntu VM template with/without guest customizations. One script is just a ...

Ansible - Using the set_facts module

4 minute read

Today I was writing/updating an Ansible role for installing Cacti monitoring and decided to add the ability to choose the back-end webserver being used. The ...

Vagrant - Complex Vagrantfile Configurations

8 minute read

I will be using this a reference for adding various Vagrant configurations for setting up testing environments. I really just wanted to put this out here bec...