pull in gnunn's cluster-config repo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -32,6 +32,7 @@ Temporary Items
|
|||||||
*.icloud
|
*.icloud
|
||||||
|
|
||||||
# Terraform
|
# Terraform
|
||||||
|
terraform/
|
||||||
.terraform/
|
.terraform/
|
||||||
*.tfstate
|
*.tfstate
|
||||||
*.tfstate.backup
|
*.tfstate.backup
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
# Moved to other documentation
|
|
||||||
@@ -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
1
cluster-config
Submodule
Submodule cluster-config added at 654f23903b
3
infra-config/README.md
Normal file
3
infra-config/README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# infra-config
|
||||||
|
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user