Ansible role which installs Clojure and leiningen.
- Tested on Ansible 1.3 or higher.
clojure_versions: ["1.5.1"] # A list of clojure versions you want to have installed
clojure_default_version: "1.5.1" # The clojure version you want to be the system default
clojure_leiningen_version: "2.3.4" # The version of leiningen to install
This project comes with a VagrantFile, this is a fast and easy way to test changes to the role, fire it up with vagrant up
See vagrant docs for getting setup with vagrant
Licensed under the MIT License. See the LICENSE file for details.
Are welcome!