This commit is contained in:
Oliver
2025-08-13 09:23:21 +02:00
parent dfca0844f0
commit 140a712abf
9 changed files with 28 additions and 17 deletions

View File

@@ -4,12 +4,14 @@ echo "command: mount_volume <volume>"
echo "alias: set_prod"
export hosts_file="/app/hosts.dev"
export host_vars_dir="/app/host_vars/"
export PS1="\[\e[32m\]\h:\w\$\[\e[0m\] "
df -h .
set_prod() {
export HOSTS_FILE="/app/hosts.all"
echo "HOSTS_FILE set to: $HOSTS_FILE"
export hosts_file="/app/hosts.all"
export host_vars_dir="/app/host_vars/vault/"
echo "LIVE MODE ENABLED !!! "
}