fix infrastructure-as-code tag (iac)

This commit is contained in:
John Bowdre 2023-09-11 14:44:56 -05:00
parent 01b42f7474
commit 27aae5e4a5
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ tags:
- linux
- chromeos
- homelab
- iaac
- iac
comment: true # Disable comment if false.
---
I've lately been trying to do more with [Salt](https://saltproject.io/) at work, but I'm still very much a novice with that tool. I thought it would be great to have a nice little portable lab environment where I could deploy a few lightweight VMs and practice managing them with Salt - without impacting any systems that are actually being used for anything. Along the way, I figured I'd leverage [HashiCorp Vagrant](https://www.vagrantup.com/) to create and manage the VMs, which would provide a declarative way to define what the VMs should look like. The VM (or even groups of VMs) would be specified in a single file, and I'd bypass all the tedious steps of creating the virtual hardware, attaching the installation media, installing the OS, and performing the initial configuration. Vagrant will help me build up, destroy, and redeploy a development environment in a simple and repeatable way.

View file

@ -22,7 +22,7 @@ tags:
- automation
- kubernetes
- containers
- iaac
- iac
- packer
comment: true # Disable comment if false.
---