Discussing how my workflows are with other IT folk is always tough. I find I do most things in a unique way. Which is probably why I am always automating. Without it I will do the same thing three different ways and end up with the same outcome. I am definitely not a creature of […]
Author: Bryan McClellan
Vagrant Ansible Sandbox with VirtualBox
Not too long ago I built a little Vagrant sandbox for VirtualBox with Ansible so that I could develop and test playbooks while offline from the lab and on my laptop. Here is a link to the github repo. https://github.com/mccbryan3/vagrant-ansible-sandbox Vagrant repo stuff changes so please check the Vagrantfile for image availabliltiy. vagrant destroy -f […]
Getting Started with Source Control Management for the Sysadmin
Source Control Management – An essential toolkit for today’s Sysadmins.
Using Device42 Devices in Kelverion Automation Portal Queries
Summary I love automating repeated admin tasks. Especially ones that cross technology boundaries where the steps may have to go through multiple teams or silos. I build a lot of forms-based apps and I see the need for a form to front all kinds of infrastructure self-service solutions on a weekly basis. I like to […]