{"id":22845568,"url":"https://github.com/idealista/jira_role","last_synced_at":"2025-04-28T16:44:42.539Z","repository":{"id":50158349,"uuid":"116823114","full_name":"idealista/jira_role","owner":"idealista","description":"Ansible role to install Atlassian JIRA","archived":false,"fork":false,"pushed_at":"2023-06-29T14:21:29.000Z","size":134,"stargazers_count":13,"open_issues_count":8,"forks_count":15,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-30T11:24:48.190Z","etag":null,"topics":["ansible-role","debian","jira"],"latest_commit_sha":null,"homepage":null,"language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idealista.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-09T14:00:06.000Z","updated_at":"2022-07-14T01:36:10.000Z","dependencies_parsed_at":"2022-09-24T19:03:34.341Z","dependency_job_id":null,"html_url":"https://github.com/idealista/jira_role","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fjira_role","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fjira_role/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fjira_role/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealista%2Fjira_role/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idealista","download_url":"https://codeload.github.com/idealista/jira_role/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251347917,"owners_count":21575179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-role","debian","jira"],"created_at":"2024-12-13T03:17:40.251Z","updated_at":"2025-04-28T16:44:42.521Z","avatar_url":"https://github.com/idealista.png","language":"YAML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://raw.githubusercontent.com/idealista/jira_role/master/logo.gif)\n\n[![CircleCI](https://circleci.com/gh/idealista/jira_role.svg?style=svg)](https://circleci.com/gh/idealista/jira_role)\n\n# Jira Ansible role\n\nThis Ansible role installs Atlassian Jira in a Debian environment. The app is deployed to a Tomcat server and will expose the endpoint `yourip:8080`.\n\n- [Getting Started](#getting-started)\n\t- [Prerequisities](#prerequisities)\n\t- [Installing](#installing)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Built With](#built-with)\n- [Versioning](#versioning)\n- [Authors](#authors)\n- [License](#license)\n- [Contributing](#contributing)\n\n## Getting Started\n\nThese instructions will get you a copy of the role for your Ansible playbook. Once launched, it will deploy [Atlassian Jira](https://www.atlassian.com/software/jira/) to a Tomcat server in a Debian system.\n\n### Prerequisities\n\nAnsible \u003e 2.8 version installed.\nInventory destination should be a Debian environment.\nJava versions specified [here](https://confluence.atlassian.com/adminjiraserver/supported-platforms-938846830.html). All can be installed using [idealista's Java role](https://github.com/idealista/java_role).\n\nFor testing purposes, [Molecule](https://molecule.readthedocs.io/) with [Docker](https://www.docker.com/) as driver.\n\n### Installing\n\nCreate or add to your roles dependency file (e.g requirements.yml):\n\n``` yml\n- src: idealista.jira_role\n  version: 1.3.0\n  name: jira\n```\n\nInstall the role with ansible-galaxy command:\n\n```\nansible-galaxy install -p roles -r requirements.yml -f\n```\n\nUse in a playbook:\n\n``` yml\n---\n- hosts: someserver\n  roles:\n    - role: jira\n```\n\n## Usage\n\nLook to the [defaults](defaults/main.yml) properties file to see the possible configuration properties.\n\nThere are some variables in [vars](vars) folder that help with the database configuration. Overriding them could be a bit difficult due to [Ansible variable precedence](https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable) so, in case you need to set new values, our recommendation is to have a `vars` folder in your playbook folder, put there a vars file with your preferred values and include them in your main playbook with [include_vars](https://docs.ansible.com/ansible/latest/modules/include_vars_module.html).\n\n## Testing\n\nnstall dependencies\n\n```sh\n$ pipenv sync\n```\n\nFor more information read the [pipenv docs](https://pipenv-fork.readthedocs.io/en/latest/).\n\n### Testing\n\n```sh\n$ pipenv run molecule test\n```\nNote: if you want to add colorized output (as previous versions of molecule), you must [set these environm\nent variables](https://www.jeffgeerling.com/blog/2020/getting-colorized-output-molecule-and-ansible-on-git\nhub-actions-ci):\n```\nANSIBLE_FORCE_COLOR=1\nPY_COLOR=1\n```\n\n## Built With\n![Ansible](https://img.shields.io/badge/ansible-4.0.0-green.svg)\n![Molecule](https://img.shields.io/badge/molecule-3.3.2-green.svg)\n![Goss](https://img.shields.io/badge/goss-0.3.16-green.svg)\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/idealista/jira_role/tags).\n\nAdditionaly you can see what change in each version in the [CHANGELOG.md](CHANGELOG.md) file.\n\n## Authors\n\n* **Idealista** - *Work with* - [idealista](https://github.com/idealista)\n\nSee also the list of [contributors](https://github.com/idealista/jira_role/contributors) who participated in this project.\n\n## License\n\n![Apache 2.0 License](https://img.shields.io/hexpm/l/plug.svg)\n\nThis project is licensed under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Fjira_role","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidealista%2Fjira_role","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealista%2Fjira_role/lists"}