This website requires JavaScript.
Explore
Help
Sign In
arif
/
useful_scripts
Watch
1
Star
0
Fork
0
You've already forked useful_scripts
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6aa08bf440
useful_scripts
/
vault.sh
11 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-10-12 19:24:31 +00:00
#!/bin/bash
Updates from local machine * Add functions.sh for common tasks * Update various scripts to use functions.sh * Update mongo status to disable all ssh key checks * Add a few extra scripts
2024-09-30 09:19:55 +00:00
args
=
"
$@
"
Initial commit
2021-10-12 19:24:31 +00:00
Updates from local machine * Add functions.sh for common tasks * Update various scripts to use functions.sh * Update mongo status to disable all ssh key checks * Add a few extra scripts
2024-09-30 09:19:55 +00:00
. functions.sh
check_juju_version
Initial commit
2021-10-12 19:24:31 +00:00
Updates from local machine * Add functions.sh for common tasks * Update various scripts to use functions.sh * Update mongo status to disable all ssh key checks * Add a few extra scripts
2024-09-30 09:19:55 +00:00
get_juju_status
Initial commit
2021-10-12 19:24:31 +00:00
Updates from local machine * Add functions.sh for common tasks * Update various scripts to use functions.sh * Update mongo status to disable all ssh key checks * Add a few extra scripts
2024-09-30 09:19:55 +00:00
do_vault
${
args
}
Reference in New Issue
Copy Permalink