* usage shared run playbook script extended with user doc

* example with alternate ssh port
* remove todo from yadm, because that is realized in dotfiles repo
This commit is contained in:
2024-04-04 18:21:14 +03:00
parent f276e83e9a
commit 452d5cca79
3 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ usage() {
echo "Usage: run-vps-playbook.sh server playbook"
echo "server - domain or ip address of the vps server"
echo "playbook - playbook file"
echo "[user] - if choose the use it, otherwise used root"
}
if [[ -z "$SERVER" ]]; then