regluit/vagrant
Raymond Yee f7962c4db4 added command to fix up jenkins known_hosts 2015-05-18 16:39:14 -07:00
..
host_vars First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
library First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
roles/hello_world/tasks moving towards multi-machine setup as well as setting up roles. 2015-05-16 13:30:09 -07:00
README.md First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
Vagrantfile next iteration on getting just running 2015-05-16 13:30:09 -07:00
a-cmd.sh First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
a-play-aws.sh First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
a-play.sh First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
ansible.cfg First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
hello.yml also first pass at a Python script for running ansible playbooks based on vagrant ssh-config 2015-05-16 13:30:09 -07:00
hello2.yml added command to fix up jenkins known_hosts 2015-05-18 16:39:14 -07:00
just.yml added command to fix up jenkins known_hosts 2015-05-18 16:39:14 -07:00
load_data_please.sh First pass at a Vagrant setup for please.unglue.it 2015-05-08 15:37:55 -07:00
please.yml next iteration on getting just running 2015-05-16 13:30:09 -07:00
run_playbook.py added command to fix up jenkins known_hosts 2015-05-18 16:39:14 -07:00
setup_django_just.sh next iteration on getting just running 2015-05-16 13:30:09 -07:00
unglueit.yml fixes to do multimachine run_playbook 2015-05-16 13:30:09 -07:00

README.md

So far, the vagrant/ansible setup is meant to build please.unglue.it on AWS.

For this script to work, you need to have AWS_ACCESS_KEY and AWS_SECRET_KEY environment variables set. Run:

vagrant up --provider=aws

followed by

a-play-aws.sh unglueit.yml

I might not have removed all the dependencies on my own laptop yet for this setup.

Need to fill out host_vars/unglueit.template and copy it to hosts_vars/unglueit