Go to file
2023-08-25 13:56:18 +02:00
ansible create vagrant file and adapt process 2023-08-25 13:56:18 +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 fix vault: lowercase in drone secret path 2023-08-25 13:55:16 +02:00
vault fix vault: lowercase in drone secret path 2023-08-25 13:55:16 +02:00
.drone.yml fix: add data to vault sevret path 2022-11-29 20:09:13 +01:00
.gitignore create vagrant file and adapt process 2023-08-25 13:56:18 +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 create vagrant file and adapt process 2023-08-25 13:56:18 +02: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
Vagrantfile create vagrant file and adapt process 2023-08-25 13:56:18 +02: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