Skip to content

paginagmbh/ansible-role-clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.