clojure

Ansible Role: Clojure

Build Status

An Ansible Role that installs Clojure on Linux.

Requirements

A Java runtime has to be installed on the target host.

Example Playbook

# Register EPEL repo for 'rlwrap' package on RH distros
- role: geerlingguy.repo-epel
  when: ansible_os_family == "RedHat"
- role: geerlingguy.java
- role: gremid.clojure

License

BSD

Author Information

This role was created in 2018 by Pagina GmbH.

It draws heavily from best practices as demonstrated in roles authored by Jeff Geerling, author of Ansible for DevOps.

Install
ansible-galaxy install paginagmbh/ansible-role-clojure
GitHub repository
License
bsd-2-clause
Downloads
99