Merge pull request #3 from rblundon/bootstrap-acm-cluster
Bootstrap acm cluster
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -32,6 +32,7 @@ Temporary Items
|
||||
*.icloud
|
||||
|
||||
# Terraform
|
||||
terraform/
|
||||
.terraform/
|
||||
*.tfstate
|
||||
*.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 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
1
cluster-config
Submodule
Submodule cluster-config added at 27252c8796
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 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
|
||||
|
||||
Reference in New Issue
Block a user