From c0bdaf03157ef440072a9cc3e48837d9e54684fa Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 12 Nov 2023 23:04:38 +0100 Subject: [PATCH] docs(README): Add OMV documentation --- README.md | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 720bffa..9d61b6a 100644 --- a/README.md +++ b/README.md @@ -33,21 +33,8 @@ https://github.com/OpenMediaVault-Plugin-Developers/installScript#to-skip-networ # Additional configuration - Add label to output node on k3s to enable load balancer -# Notes -Running the configuration for a node without inventory -``` -ansible-playbook init.yml -i -u creator --private-key --ask-become --extra-vars '{"hostname": "foo"}' -``` - -Running the configuration for a node with inventory -- Add node to inventory -- Add node to `virgin` group -- Run following command -``` -ansible-playbook init.yml -i inventory --limit virgin -``` - -Initiate the cluster from scratch -``` -make all -``` +# OMV configuration +## NFS configuration +- Create FS +- Enable NFS +- `subtree_check,insecure,no_root_squash,anonuid=1000,anongid=100` in NFS share extra options