You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
vincent d3a1b4178c
continuous-integration/drone/push Build is failing Details
oscar is dead
2 months ago
ansible oscar is dead 2 months ago
consul_service
docs style: lint markdown 6 months ago
infra remove merlin 7 months ago
nomad-job test supysonic ldap 2 months ago
vault feat vault: add lease right in policy 6 months ago
.drone.yml fix: add data to vault sevret path 6 months ago
.gitignore
.markdownlint.yaml style: lint markdown 6 months ago
.yamllint CI: Add yamllint config file 6 months ago
README.md style: lint markdown 6 months ago
makefile modify makefile 6 months ago
mkdocs.yml

README.md

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