Skip to content

Instantly share code, notes, and snippets.

View coccolesto's full-sized avatar

macchese coccolesto

View GitHub Profile
@coccolesto
coccolesto / vinit.sh
Last active April 29, 2024 21:36
juju charm vault wrapper utility
#!/bin/bash
#
#
set -e
VAULTS=`juju status |grep vault/ | awk '{print $5}'`
echo vault units: $VAULTS
do_status () {
for VAULT_IP in $VAULTS