summaryrefslogtreecommitdiffstats
path: root/bin/helpers/launch-algo
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-24 02:07:29 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-24 02:07:29 -0400
commit0f9f21c0f34395e35ba67eab5a36addf58b51495 (patch)
treebed79c56f6bdaba6f126d5fb129216749c069314 /bin/helpers/launch-algo
parentf555b450ca61449695302cea97a3842ee4caf756 (diff)
downloadpuppet-tozt-0f9f21c0f34395e35ba67eab5a36addf58b51495.tar.gz
puppet-tozt-0f9f21c0f34395e35ba67eab5a36addf58b51495.zip
use hostnames for droplet names
this is how you convince digitalocean to set up proper reverse dns
Diffstat (limited to 'bin/helpers/launch-algo')
-rwxr-xr-xbin/helpers/launch-algo2
1 files changed, 1 insertions, 1 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