Skip to content

Commit

Permalink
Sblack4 patch 1 (#2)
Browse files Browse the repository at this point in the history
* add github action badge to readme

* Update README.md
  • Loading branch information
sblack4 authored Sep 11, 2019
1 parent 1b359ce commit fca3119
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
# Ansible Role: Jetty
Ansible Role for Jetty
![](https://github.com/rhythmictech/ansible-role-jetty/workflows/Molecule%20Test/badge.svg)

Ansible Role to install Jetty

## Requirements
- [geerlingguy.java](https://github.com/geerlingguy/ansible-role-java)
- [geerlingguy.repo-epel](https://github.com/geerlingguy/ansible-role-repo-epel)

## Role Variables
See the defaults file, [ansible-role-jetty/defaults/main.yml](ansible-role-jetty/defaults/main.yml), f
or the definitive list.

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: /opt`
- where to unzip the jetty distribution
- `jetty_home: /opt/jetty`
- symlink to become `JETTY_HOME`
- `jetty_base: /opt/jetty_base`
- put your jetty customizations here
- `jetty_home: /opt/jetty_home`
- the definitive jetty install
- `jetty_user: jetty`
- user who owns and runs jetty
- `jetty_group: jetty`
- group who owns and runs jetty

## Dependencies
- [geerlingguy.java](https://github.com/geerlingguy/ansible-role-java)
Expand All @@ -37,6 +46,7 @@ pip install ansible==2.8.1 \
ansible-lint==4.1.0 \
molecule==2.20.2
```
To use the docker scenario you will also need `pip install docker==4.0.2`

To run the complete suite of tests (yamlint, ansible-lint, idempotency, etc) run `molecule test`

Expand Down

0 comments on commit fca3119

Please sign in to comment.