summaryrefslogtreecommitdiffstats
path: root/bin/helpers
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-24 02:46:05 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-24 02:46:05 -0400
commitfdc600799cba2a1ef17d8a0cdc899e2d68235933 (patch)
tree34a33b61536573a960be615fdf5171a2f8731b99 /bin/helpers
parentbf3844778a5abcc3ce5f683b637a24e8919e9f54 (diff)
downloadpuppet-tozt-fdc600799cba2a1ef17d8a0cdc899e2d68235933.tar.gz
puppet-tozt-fdc600799cba2a1ef17d8a0cdc899e2d68235933.zip
add a couple more required ansible variables
Diffstat (limited to 'bin/helpers')
-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 feb1689..00cdafb 100755
--- a/bin/helpers/launch-algo
+++ b/bin/helpers/launch-algo
@@ -39,7 +39,7 @@ git apply "${script_path}/algo-config.diff"
echo "Running Ansible..."
do_token=$(cat /mnt/digitalocean)
-ansible-playbook main.yml -e "provider=digitalocean server_name=algo.tozt.net region=nyc3 do_token=$do_token dns_adblocking=false ssh_tunneling=false" >> "$logfile"
+ansible-playbook main.yml -e "provider=digitalocean server_name=algo.tozt.net region=nyc3 do_token=$do_token dns_adblocking=false ssh_tunneling=false ondemand_cellular=false ondemand_wifi=false" >> "$logfile"
"${script_path}/../algo-config"