pull in gnunn's cluster-config repo

This commit is contained in:
2025-03-29 14:24:43 -05:00
parent 28fc82623a
commit 413b2a9b7c
77 changed files with 22 additions and 1 deletions

1
.gitignore vendored
View File

@@ -32,6 +32,7 @@ Temporary Items
*.icloud *.icloud
# Terraform # Terraform
terraform/
.terraform/ .terraform/
*.tfstate *.tfstate
*.tfstate.backup *.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 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 ## Hardware
- Dell 7050 SFF (7) - Dell 7050 SFF (7)

1
cluster-config Submodule

Submodule cluster-config added at 654f23903b

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 ~~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 - On a PC/laptop, clone this git repo
*(Ansibilze this process (below) )*
- Create your vault file for secrets (and store somewhere safe) - Create your vault file for secrets (and store somewhere safe)
```bash ```bash