Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 committed Aug 1, 2019
1 parent 7f1b580 commit b46ede3
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# ansible role Jetty
# Ansible Role: Jetty
Ansible Role for Jetty

## Requirements
- https://github.com/geerlingguy/ansible-role-java

## Role Variables
There are three defaults that can be altered:
- `jetty_version: 9.4.9.v20180320`
- the jetty version - currently this is the only version supported
- the distribution file is pulled from `files`
- `jetty_base_dir: /opt`
- where to unzip the jetty distribution
- `jetty_home: /opt/jetty`
- symlink to become `JETTY_HOME`

## Dependencies
- geerlingguy.java

## Example Playbook

```
- hosts: jetty_servers
roles:
- role: github.com/rhythmictech/ansible-role-jetty
become: yes
```

## License
MIT

## Author Information
- https://www.rhythmictech.com
- https://github.com/sblack4

0 comments on commit b46ede3

Please sign in to comment.