From 5d8b3a75b367cf9f3f016f8e5b5c5ca9949b5a6d Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Tue, 26 Jan 2021 11:17:41 +0100 Subject: [PATCH] Initial commit --- .gitignore | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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