commit 5d8b3a75b367cf9f3f016f8e5b5c5ca9949b5a6d Author: Erik Foris Date: Tue Jan 26 11:17:41 2021 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4fb6b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4007899 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# proxmox-quorum-manipulation + +manipulates the proxmox quorum in a two node array, if one of the nodes is down \ No newline at end of file