-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(provider): use
sudo
to execute commands over SSH (#950)
* feat(provider): use `sudo` to execute commands over SSH Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> * fix: simplify everything, use sudo per command Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> * feat: add documentation Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> * minor doc fix Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> * chore: cleanup docs Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
118 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"MD007": false, | ||
"MD013": false, | ||
"MD025": false, | ||
"MD041": false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters