https://github.com/voc/cm
Configuration management for all VOC systems
https://github.com/voc/cm
cdn conference recording streaming talk video
Last synced: 4 months ago
JSON representation
Configuration management for all VOC systems
- Host: GitHub
- URL: https://github.com/voc/cm
- Owner: voc
- License: mit
- Created: 2017-05-20T20:05:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-25T02:44:23.000Z (5 months ago)
- Last Synced: 2026-01-25T13:49:58.964Z (5 months ago)
- Topics: cdn, conference, recording, streaming, talk, video
- Language: Python
- Homepage: https://forgejo.c3voc.de/voc/cm
- Size: 1.47 GB
- Stars: 26
- Watchers: 12
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.