From 3dbf8b48a178c5e224aa5a2e6ba759526a899398 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 22 Aug 2026 00:49:50 +0200 Subject: [PATCH] added readme --- README.md | 10 ++++++++++ src/sls/mod.rs | 0 src/sls/parsing/mod.rs | 0 3 files changed, 10 insertions(+) create mode 100644 README.md create mode 100644 src/sls/mod.rs create mode 100644 src/sls/parsing/mod.rs diff --git a/README.md b/README.md new file mode 100644 index 0000000..1905eeb --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/src/sls/mod.rs b/src/sls/mod.rs new file mode 100644 index 0000000..e69de29 diff --git a/src/sls/parsing/mod.rs b/src/sls/parsing/mod.rs new file mode 100644 index 0000000..e69de29