summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-24 02:42:20 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-24 02:42:20 -0400
commitbf3844778a5abcc3ce5f683b637a24e8919e9f54 (patch)
tree076e332cacdf287ade0cf06cdcf965324a2e9db0 /bin
parent28e780b7ee534b55a90df6a1c4a44a34eb69d5c9 (diff)
downloadpuppet-tozt-bf3844778a5abcc3ce5f683b637a24e8919e9f54.tar.gz
puppet-tozt-bf3844778a5abcc3ce5f683b637a24e8919e9f54.zip
current version of ansible has trouble parsing newlines in -e
Diffstat (limited to 'bin')
-rwxr-xr-xbin/helpers/launch-algo9
1 files changed, 1 insertions, 8 deletions
diff --git a/bin/helpers/launch-algo b/bin/helpers/launch-algo
index fc84da0..feb1689 100755
--- a/bin/helpers/launch-algo
+++ b/bin/helpers/launch-algo
@@ -39,14 +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" >> "$logfile"
"${script_path}/../algo-config"