Go to file
vincent ddc4320fe9
continuous-integration/drone/push Build is pending Details
feat (vikunja): implemant oauth
2024-05-20 12:15:56 +02:00
ansible fix: wrong array character 2024-05-10 14:49:20 +02:00
consul_service big bang ducamps.win -> ducamps.eu 2023-11-05 19:08:17 +01:00
docs docs: update ADR 2024-03-17 11:07:59 +01:00
nomad-job feat (vikunja): implemant oauth 2024-05-20 12:15:56 +02:00
nomad-volume init csi 2024-01-13 18:37:11 +01:00
packer add packer to build arch image on hetzner 2024-03-17 11:07:58 +01:00
script feat: grafanna sso 2024-05-10 15:50:45 +02:00
terraform feat: grafanna sso 2024-05-10 15:50:45 +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
README.md style: fix markdown 2023-11-01 19:53:42 +01:00
Vagrantfile fix: increase VM ram among 2024-05-10 08:35:14 +02:00
makefile CI: improve consul stagging switch 2024-03-17 11:07:58 +01:00
mkdocs.yml README alias 2022-10-16 15:10:38 +02:00

README.md

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