vincent 72d474191e
Some checks failed
continuous-integration/drone/push Build is failing
config (borgmatic): add prowlar exception
2024-12-28 09:43:52 +01:00
2024-12-08 08:51:46 +01:00
2024-03-17 11:07:59 +01:00
2024-01-13 18:37:11 +01:00
2024-10-19 16:28:25 +02:00
2024-05-10 15:50:45 +02:00
2022-11-29 20:09:13 +01:00
2022-11-29 22:08:34 +01:00
2022-11-29 21:11:00 +01:00
2024-03-17 11:07:58 +01:00
2022-10-16 15:10:38 +02:00
2023-11-01 19:53:42 +01:00
2024-05-10 08:35:14 +02:00

Homelab

This repository contain my homelab Infrastructure As Code

this Homelab is build over Hashicorp software stack:

  • Nomad
  • Consul
  • Vault

Dev

dev stack is build over vagrant box with libvirt provider

curently need to have vault and ldap production up to be correctly provision

to launch dev stack provissionning :

make create-dev

Rebuild

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 
  
Description
No description provided
Readme 669 KiB
Languages
HCL 94.3%
Shell 2.4%
Python 1.9%
Makefile 1.4%