Welcome to my Homelab!
About Me:
Infrastructure and DevOps Engineer. Curator of blinking LEDs and things in the cloud.
My resume can be found here.
Projects
All of my projects can be found on Github, specifically under the reschouw-homelab organization. As is often the case with a homelab, not all of the projects are actively running, but all of the code served it's purpose at one time or another. Some highlights are listed below:
- Terraform Repo: This repo contains all of the Terraform configuration for my homelab. There are a lot of different projects here, including a module that configures instances via Ansible and adds some standardized AWS configurations.
- Ansible Repo: This repo contains all of the Ansible configuration for my homelab. These playbooks are often used by the Terraform module to autoconfigure instances as they are spun up.
- Standardized Environment Config: This is an attempt at automatically ensuring certain bits of my environment are standardized across different machines. Written to be portable across Linux and macOS
- Python and Go Experiments: While I don't consider myself a programmer, programming was always fun. These projects were meant to refamiliarize my self with Python, learn some Go, and do some test-driven development.