Go to file
vincent 0538343169
Some checks failed
continuous-integration/drone/push Build is failing
migration: vagrant as molecule provider
2023-08-24 18:37:20 +02:00
ansible migration: vagrant as molecule provider 2023-08-24 18:37:20 +02:00
consul_service add consul standalone service to homer 2022-05-24 10:57:18 +02:00
docs style: lint markdown 2022-11-29 22:08:34 +01:00
infra remove merlin 2022-11-13 17:22:37 +01:00
nomad-job increase paperless memory 2023-08-17 10:06:28 +02:00
vault feat vault: add lease right in policy 2022-11-29 21:08:13 +01:00
.drone.yml fix: add data to vault sevret path 2022-11-29 20:09:13 +01:00
.gitignore init mkdocs config 2022-10-16 11:09:02 +02:00
.markdownlint.yaml style: lint markdown 2022-11-29 22:08:34 +01:00
.yamllint CI: Add yamllint config file 2022-11-29 21:11:00 +01:00
makefile modify makefile 2022-11-21 22:59:26 +01:00
mkdocs.yml README alias 2022-10-16 15:10:38 +02:00
README.md style: lint markdown 2022-11-29 22:08:34 +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
  bleys[bleys]
  oscar[oscar]
  gerard[gerard]
  LAN
  NAS
  end
  subgraph Cloud
  corwin[corwin]
  end
  LAN--main road--ooscar
  LAN --- bleys
  LAN --- gerard
  LAN --- NAS
  bleys <--wireguard--> corwin
  oscar <--wiregard--> corwin
  gerard <--wiregard--> corwin
  corwin <--> internet