From efee02107e419bfb91ddd4697a80bbdcdbd86591 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 24 Feb 2024 14:04:28 -0300 Subject: Feat: docs: ideas --- docs/ideas.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/ideas.md (limited to 'docs') diff --git a/docs/ideas.md b/docs/ideas.md new file mode 100644 index 0000000..7c96301 --- /dev/null +++ b/docs/ideas.md @@ -0,0 +1,16 @@ +# Ideas + +* `hydractl`: + * `mount-kvmx-supervised`: open encrypted volumes from supervised [kvmx][] guests. +* `hydra`: + * `newkeys`: + * generate `luks/root` keys if guest VM. + * `deploy`: + * for for tasks / scripted deployment: + * any language is supported. + * folder structure like `$HYDRA_FOLDER/tasks/{conf/$task/hosts,stages/{pre,post,main}/$task}`. + * disable a task script by removing it's file exec flag. + * run `mount-kvmx-supervised` on remote, ensuring all supervised VMs have their images available + before applying the puppet catalog. + +[kvmx]: https://git.fluxo.info/kvmx/about/ -- cgit v1.2.3