ansible-playbooks
ansible-playbooks copied to clipboard
Ansible playbooks to install common platforms and tools (e.g. JVM, Ruby, Postgres etc.)
Update wine install to use the new winehq.key Use apt update instead of apt-get update as recommended in the wine wiki This is noted on the [WineHQ wiki](https://wiki.winehq.org/Ubuntu): > The...
* Add playbook for consul version 1.7.2 ~~* Update the default consul version to 1.7.2~~ left the default as 0.5.2 This is part of updating dependencies in the dataflow-runner repo...
These changes are updates for the sql-runner. It replaces the role for installing golang with one that's more robust and configurable. Also adds a role for installing `dep`, since `go-dep`...
On later versions of Vagrant and VirtualBox I am getting lots of issues downloading files using the get_url command in Ansible. ``` msg: failed to create temporary content file: timed...
The ngrok link is broken, it's now: https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
http://www.bentedder.com/use-pgadmin-access-postgres-database-within-vagrant-box/ And create a vagrant user and database
I just ran into bug where `run-tests.sh` fails 1 out 5 times with very strange error: ``` ... INTERNALERROR> File "/home/vagrant/snowplow-python-3.3-tracker-environment/lib/python3.3/site-packages/_pytest/vendored_packages/pluggy.py", line 249, in _wrapped_call INTERNALERROR> wrap_controller.send(call_outcome) INTERNALERROR> File "/home/vagrant/snowplow-python-3.3-tracker-environment/lib/python3.3/site-packages/_pytest/capture.py",...
http://www.eu.apache.org/dist/thrift/0.9.1/thrift-0.9.1.tar.gz isn't working any more. Maybe we should upgrade to 0.9.3? That is available here: http://www.eu.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz There doesn't seem to be breaking changes in the [Thrift changelog](https://github.com/apache/thrift/blob/master/CHANGES).
I think they currently run serially. Changing ``` bash while read pb; do su - -c "source ${env_setup} && ${vagrant_dir}/ansible/bin/ansible-playbook ${vagrant_dir}/${pb} --connection=local --inventory-file=${hosts}" vagrant done