Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 844 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 844 Bytes

Zac's IaC

This repo contains various infrastructure as code (IaC) projects that I have deployed either locally or in the cloud, where it didn't make sense to keep the infrastructure in the same repo as any particular application.

Projects

  • Matrix (README)
    • I have matrix deployed in an EC2 instance on AWS. The Cloudformation template for creating the AWS resources is in the matrix directory
  • UptimeKuma (README)
    • UptimeKuma is hosted on fly.io. This directory holds the fly config to deploy the UptimeKuma container to fly.
  • rackPis [README]
    • I have room for 6 rasberry Pis on in my server rack, currently have 3 raspi 5s. This directory holds the ansible playbooks for installing and configuring everything needed to run services on a docker swarm.