зеркало из https://github.com/mozilla/hubs-ops.git
Use DNS to resolve bastion
This commit is contained in:
Родитель
9eb52f8e45
Коммит
2dba6f803a
|
@ -21,7 +21,7 @@ ENVIRONMENT=$4
|
|||
|
||||
REGION="us-west-1"
|
||||
|
||||
BASTION_IP=$(dig +short thirsty-dwarf.reticulum.io | shuf | head -n1)
|
||||
BASTION_IP=$(dig +short bastion-$ENVIRONMENT.reticulum.io | shuf | head -n1)
|
||||
echo $BASTION_IP
|
||||
|
||||
if [[ $HOST_TYPE_OR_NAME == *"."* ]] ; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче