Moody-Tunes / cradle

Infrastructure configuration for MoodyTunes
0 stars 0 forks source link

Cradle

Infrastructure definitions for MoodyTunes

Getting Started

mkdir MoodyTunes && cd MoodyTunes

git clone git@github.com:Moody-Tunes/cradle.git git clone git@github.com:Moody-Tunes/moodytunes.git

Installing and booting Virtual Machine

Specifying Provisioning Inventory

By default, ansible will use the inventory file defined in the inventory/local file. This will set ansible to provision a local instance of moodytunes, so if you're a developer you shouldn't have to worry about it. If you happen to be provisioning an instance outside of a local environment you can specify the inventory file to use with the -i option to ansible.

ansible-playbook -i inventory/prod site.yml