Skip to content

A simple starting configuration for provisioning vagrant with ansible; uses postgres, rvm, ruby 1.9.2

Notifications You must be signed in to change notification settings

ryanotella/ansible-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Starter

A simple example of an Ansible setup for use with Vagrant.

It requires you use an apt-compatible OS (Debian, Ubuntu).

It installs basic packages such as curl and git, then installs

  • RVM
  • Ruby 1.9.2 (& sets it as the default)
  • Postgresql

And it sets up an example dev and test database (which are actually the dev and test database for the pcmag project) and runs bundle install in the project directory.

But you could have figured all of this out by reading playbook.yml just as quickly as you read this.

About

A simple starting configuration for provisioning vagrant with ansible; uses postgres, rvm, ruby 1.9.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published