added readme

This commit is contained in:
Linus Vogel 2026-08-22 00:49:50 +02:00
parent 9167e0c837
commit 3dbf8b48a1
3 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# KEEL - Config Management as i like it
## Principles
### Master-Minion architecture
Keel operates based on a Master-Minion architecture with a single master
and a minion per managed host. The master serves as a relay to communicate
with minions and provides an interface for the minions to interact with the
states and the top files. The minion renders and applies the states to
its system and reports back to the master once done.

0
src/sls/mod.rs Normal file
View File

0
src/sls/parsing/mod.rs Normal file
View File