https://github.com/cscfi/ansible-role-jetty
https://github.com/cscfi/ansible-role-jetty
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cscfi/ansible-role-jetty
- Owner: CSCfi
- Created: 2017-03-14T16:05:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T14:00:43.000Z (about 2 years ago)
- Last Synced: 2025-01-07T12:24:44.433Z (over 1 year ago)
- Size: 15.6 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/CSCfi/ansible-role-jetty)
Ansible-Role: Jetty
=========
An role which downloads and unpacks Jetty under /opt. Jetty user and group are also created if needed.
Requirements
------------
None. Purpose of this role is to perform base installation.
Role Variables
--------------
See defaults/main.yml for the variables you can overwrite via role call as a parameter.
* jetty_version: 9.4.30.v20200611
* jetty_dst_dir: /opt
* jetty_user_homedir: /opt/jetty
* jetty_user_name: jetty
* jetty_group_name: jetty
* jetty_group_create: true
* jetty_user_create: true
Dependencies
------------
None
Example Playbook
----------------
- hosts: all
roles:
- { role: CSCfi.jetty }