diff --git a/environments/just-created/hosts.yml b/environments/just-created/hosts.yml index 154c7b6..b7127e8 100644 --- a/environments/just-created/hosts.yml +++ b/environments/just-created/hosts.yml @@ -20,8 +20,7 @@ lxc: # keys must be unique, i.e. only one 'hosts' per group #wikijs.guaranteedstruggle.host: ### but its a vm wtf #harbor.guaranteedstruggle.host: - - + #etcd.guaranteedstruggle.host: #prometheus.guaranteedstruggle.host: diff --git a/playbooker.sh b/playbooker.sh index 77b6b63..35d4823 100755 --- a/playbooker.sh +++ b/playbooker.sh @@ -1,7 +1,7 @@ #!/bin/bash -source /root/.bashrc +#source /root/.bashrc export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH"