- Requires Ansible 1.6.1 or newer
- Expects Ubuntu 12.04 LTS (64 bit)
- This ROR stack can be on a single node or multiple nodes.
The inventory file
hosts
defines the nodes in wich the stacks should be configured. - Copy the
hosts.example
file tohosts
and edit thehosts
inventory file to include the names or URLs of the servers you want to deploy.
Run the playbook:
ansible-playbook -i hosts server.yml
- Change the app_name variable located in
group_vars/all
to the name of your application.
TODO:Write more instructions!
- Fork it ( https://github.com/[my-github-username]/versioning/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
simple-ansible is released under the MIT license