summaryrefslogtreecommitdiffstats
path: root/bin/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'bin/helpers')
-rwxr-xr-xbin/helpers/launch-algo2
-rwxr-xr-xbin/helpers/launch-mail2
-rwxr-xr-xbin/helpers/launch-tozt2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/helpers/launch-algo b/bin/helpers/launch-algo
index 748d00e..fc84da0 100755
--- a/bin/helpers/launch-algo
+++ b/bin/helpers/launch-algo
@@ -41,7 +41,7 @@ echo "Running Ansible..."
do_token=$(cat /mnt/digitalocean)
ansible-playbook main.yml -e "
provider=digitalocean
- server_name=algo
+ server_name=algo.tozt.net
region=nyc3
do_token=$do_token
dns_adblocking=false
diff --git a/bin/helpers/launch-mail b/bin/helpers/launch-mail
index bdc541e..a3e748e 100755
--- a/bin/helpers/launch-mail
+++ b/bin/helpers/launch-mail
@@ -5,7 +5,7 @@ set -o pipefail
# shellcheck source=functions.sh
. "$(dirname "$0")/functions.sh"
-create_droplet mail s-1vcpu-2gb 5e4d8c7b-f840-11e8-b59e-0a58ac1467fb
+create_droplet mail.tozt.net s-1vcpu-2gb 5e4d8c7b-f840-11e8-b59e-0a58ac1467fb
echo "Creating DNS entry for $ip..."
record_id=$(doctl \
diff --git a/bin/helpers/launch-tozt b/bin/helpers/launch-tozt
index 4bef6f1..4777472 100755
--- a/bin/helpers/launch-tozt
+++ b/bin/helpers/launch-tozt
@@ -5,7 +5,7 @@ set -o pipefail
# shellcheck source=functions.sh
. "$(dirname "$0")/functions.sh"
-create_droplet tozt s-1vcpu-2gb 4206344e-cf4f-11e8-a5a7-0a58ac1465db
+create_droplet tozt.net s-1vcpu-2gb 4206344e-cf4f-11e8-a5a7-0a58ac1465db
echo "Assigning floating ip to tozt..."
# XXX this returns an error for some reason, but actually succeeds: