Merge pull request #3 from rblundon/bootstrap-acm-cluster

Bootstrap acm cluster
This commit is contained in:
2025-03-29 16:41:57 -05:00
committed by GitHub
77 changed files with 22 additions and 1 deletions

1
.gitignore vendored
View File

@@ -32,6 +32,7 @@ Temporary Items
*.icloud
# Terraform
terraform/
.terraform/
*.tfstate
*.tfstate.backup

View File

@@ -1 +0,0 @@
# Moved to other documentation

View File

@@ -4,6 +4,12 @@ This repository is the configuration of my homelab. In addition to providing ser
This implementation is built on easily accessible consumer based hardware and will focus heavily on GitOps practices and automation will be used wherever possible.
This repo is a mono-repo that is broken up into three sections:
- infra-config
- apps
- cluster-config
## Hardware
- Dell 7050 SFF (7)

1
cluster-config Submodule

Submodule cluster-config added at 27252c8796

3
infra-config/README.md Normal file
View File

@@ -0,0 +1,3 @@
# infra-config

View File

@@ -2,7 +2,18 @@
This ~~is~~ *will be* the complete walkthrough of the deployment of my homelab.
This repo is a mono-repo that is broken up into three sections:
- infra-config
- apps
- cluster-config
## Getting Started
- On a PC/laptop, clone this git repo
*(Ansibilze this process (below) )*
- Create your vault file for secrets (and store somewhere safe)
```bash