From 03c441d805e82c92e17b50ebde3c904b408eac58 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Sun, 09 Jul 2023 21:17:57 +0000 Subject: [PATCH] doc: note usage --- --- /dev/null +++ b/README.adoc @@ -0,0 +1,8 @@ += fleet + +Early prototype stage, yet it is used in production + +== Advantages over existing configuration systems (NixOps/Morph) + +- Modules can configure multiple hosts at once (I.e for wireguard/kubernetes installation) +- Secrets can be securely stored in Git (No one except target hosts can decrypt them), automatically regenerated, reencrypted, etc. -- gitstuff