{"id":19508854,"url":"https://github.com/rhythmictech/ansible-role-jetty","last_synced_at":"2026-02-23T04:14:09.624Z","repository":{"id":76473011,"uuid":"199916398","full_name":"rhythmictech/ansible-role-jetty","owner":"rhythmictech","description":"Ansible Role to install jdk8 and jetty server","archived":false,"fork":false,"pushed_at":"2022-04-19T18:51:18.000Z","size":17518,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-12T09:45:57.677Z","etag":null,"topics":["ansible","ansible-role","java","jetty"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhythmictech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-07-31T19:24:16.000Z","updated_at":"2022-03-29T19:39:44.000Z","dependencies_parsed_at":"2023-04-10T02:04:31.079Z","dependency_job_id":null,"html_url":"https://github.com/rhythmictech/ansible-role-jetty","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/rhythmictech/ansible-role-jetty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fansible-role-jetty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fansible-role-jetty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fansible-role-jetty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fansible-role-jetty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhythmictech","download_url":"https://codeload.github.com/rhythmictech/ansible-role-jetty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fansible-role-jetty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29737232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T02:24:00.660Z","status":"ssl_error","status_checked_at":"2026-02-23T02:22:56.087Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","java","jetty"],"created_at":"2024-11-10T23:10:06.903Z","updated_at":"2026-02-23T04:14:09.612Z","avatar_url":"https://github.com/rhythmictech.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Jetty\n[![](https://github.com/rhythmictech/ansible-role-jetty/workflows/Molecule%20Test/badge.svg)](https://github.com/rhythmictech/ansible-role-jetty/actions)\n\nAnsible Role to install Jetty \n\n## Requirements\n- [geerlingguy.java](https://github.com/geerlingguy/ansible-role-java)\n- [geerlingguy.repo-epel](https://github.com/geerlingguy/ansible-role-repo-epel)\n\n## Role Variables \nSee the defaults file, [ansible-role-jetty/defaults/main.yml](ansible-role-jetty/defaults/main.yml), f\nor the definitive list. \n\nThere are three defaults that can be altered:\n- `jetty_version: 9.4.9.v20180320`\n    - the jetty version - currently this is the only version supported\n    - the distribution file is pulled from `files`\n- `jetty_base: /opt/jetty_base`\n    - put your jetty customizations here\n- `jetty_home: /opt/jetty_home`\n    - the definitive jetty install\n- `jetty_user: jetty`\n    - user who owns and runs jetty\n- `jetty_group: jetty`\n    - group who owns and runs jetty\n\n## Dependencies \n- [geerlingguy.java](https://github.com/geerlingguy/ansible-role-java)\n- [geerlingguy.repo-epel](https://github.com/geerlingguy/ansible-role-repo-epel)\n\n## Example Playbook \n\n```\n- hosts: jetty_servers\n  roles:\n    - role: github.com/rhythmictech/ansible-role-jetty\n      become: yes\n```\n\n## Development \nThis role was development with [molecule](https://molecule.readthedocs.io/en/stable/getting-started.html)\n\nTo install all the development requirements\n```\npip install ansible==2.8.1 \\\n            ansible-lint==4.1.0 \\\n            molecule==2.20.2 \n```\nTo use the docker scenario you will also need `pip install docker==4.0.2`\n\nTo run the complete suite of tests (yamlint, ansible-lint, idempotency, etc) run `molecule test`\n\nTo test application of role on a docker image run `molecule converge`\n\nTo log into said image run `molecule login`\n\nDestroy test container with `molecule destroy`\n\nAnd if you're testing with packer (or anywhere else locally) you can use \n`ln -s $(pwd)/ansible-role-jetty ~/.ansible/roles/rhythmic.jetty` so it will be available to the ansible provisioner\n\n## License \nMIT \n\n## Author Information\n- https://www.rhythmictech.com\n- https://github.com/sblack4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fansible-role-jetty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhythmictech%2Fansible-role-jetty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fansible-role-jetty/lists"}