No description
Find a file
Ike 0cf8da9f17
Some checks failed
bw test / bw test (with dummy mode) (push) Has been cancelled
bw test / bw test -i (push) Has been cancelled
users: Add C4 user kerfi
2025-12-09 22:57:30 +01:00
.github/workflows run gh actions only on bw folder 2024-12-25 04:26:04 +01:00
ansible ansible/relays: remove live.self 2025-04-12 14:29:25 +02:00
bundlewrap users: Add C4 user kerfi 2025-12-09 22:57:30 +01:00
common common/mqtt-monitoring/disk_space: do not alert if /video/fuse is mounted from somewhere else 2025-08-17 09:53:21 +02:00
nixos nixos: update readme 2025-10-30 00:12:28 +01:00
.envrc use .envrc.local in bw repo as well 2025-01-12 10:57:46 +01:00
.gitignore use .envrc.local in bw repo as well 2025-01-12 10:57:46 +01:00
LICENSE.txt move LICENSE to the root 2018-05-11 14:51:25 +02:00
README.md can haz README, plz? 2023-01-08 15:51:58 +01:00
shell.nix add shell.nix 2022-06-11 10:07:10 +02:00
users.toml users: Add C4 user kerfi 2025-12-09 22:57:30 +01:00

C3VOC central config management repository

What's in here?

This repository contains all configuration for c3voc systems which are managed by a config management solution. Due to restructuring, there are currently (as of 2023-01-08) three config management solutions which each do different tasks and different systems.

Below you can find a short summary about what each directory does. Ideally, the authors of the specific solution have added a README.md file inside those directories, too.

ansible/

  • Ansible repository.
  • Been there since the beginning™.
  • Currently only manages systems which are placed in a data center.
  • Managed systems will probably get replaced by NixOS machines.

bundlewrap/

  • Config management for everything runnning on an event site.
  • If you don't know what you need, probably start here.

nixos/

  • NixOS configuration
  • Everything data center related.

common/

This directory contains configs which are used by atleast two config management solutions.