-
More Infrastructure as Code Fun
9/17/2018 Richard Murphy Part two of the IaaC quick and dirty demo. This demo will automate spinning up AWS EC2 virtual machines instead of the VMware virtual machines we saw in the first part of this series. Most of the same Ansible playbooks were used, but swapping out one that builds EC2 instances instead of…
-
Infrastructure as Code fun
7/25/2018 Richard Murphy Infrastructure-as-code can be a powerful way to build out new environments, spin up and down test environments quickly, and even destroy them, and spin them back up again when needed. Infrastructure-as-code also makes self service portals for IaaS possible where users can can order up their favorite flavor of virtual machine, and…
-
Self-signed certificates with Git and TFS
7/3/2018 by Richard Murphy I have been using Gitlab and Gitlab CI for a year or so now and have just gotten the hang of the gitlab-ci.yml process and really like it. A new project is now forcing me to learn CI/CD in Microsoft TFS. So, first step is to set it up in the…
