Go to file
2022-11-13 16:41:56 +01:00
ansible add bley to inventory 2022-11-13 16:41:56 +01:00
consul_service add consul standalone service to homer 2022-05-24 10:57:18 +02:00
docs modify docs 2022-11-01 10:49:56 +01:00
infra ignore ssh key change for server 2022-10-15 13:23:31 +02:00
nomad-job switch rutorrent to podman for rocky 9 bug 2022-11-13 10:12:11 +01:00
vault vault standalone script generate a root keys 2022-11-06 17:08:46 +01:00
.gitignore init mkdocs config 2022-10-16 11:09:02 +02:00
makefile custom makefile 2022-11-01 20:41:27 +01:00
mkdocs.yml README alias 2022-10-16 15:10:38 +02:00
README.md docs: complete readme 2022-11-01 20:41:45 +01:00

Homelab

This repository contain my homelab Infrastructure As Code

this Homelab is build over Hashicorp software:

  • Nomad
  • Consul
  • Vault

Rebuild

to rebuild from scratch ansible need a vault server up and unseal you can rebuild a standalone vault server with a consul database snaphot with

make vault-dev FILE=./yourconsulsnaphot.snap

Architecture

flowchart LR
  subgraph Home
  oscar[oscar]
  gerard[gerard]
  end
  subgraph Cloud
  merlin[merlin]
  end
  oscar <--lan--> gerard
  oscar <--wiregard--> merlin
  gerard <--wiregard--> merlin
  merlin <--> internet