diff options
author | uvok cheetah | 2023-06-11 15:41:32 +0200 |
---|---|---|
committer | uvok cheetah | 2023-06-11 15:41:32 +0200 |
commit | 749ab0872a4934b952033f5605d11d09b2e4594b (patch) | |
tree | cb3bce28da736edb51228b3a3a7f46d673146b56 | |
parent | 0bc71f8c1387970dbae3f0369d1861d5d6cfc3d6 (diff) |
Add update shell script
-rw-r--r-- | upgrade.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrade.sh b/upgrade.sh new file mode 100644 index 0000000..ab39ba7 --- /dev/null +++ b/upgrade.sh @@ -0,0 +1 @@ +ansible-playbook --ask-vault-pass -b -e '@passwd.yml' upgrade.yml |