- Jinja 82%
- Shell 14.5%
- Dockerfile 3.5%
| defaults | ||
| files | ||
| handlers | ||
| meta | ||
| molecule | ||
| scripts | ||
| tasks | ||
| templates | ||
| vars | ||
| .ansible-lint | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .yamllint | ||
| ansible-galaxy-requirements.yml | ||
| ansible.cfg | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
ansible-role-jira-1
Overview
Ansible Role for Atlassian Jira Installation.
Detected project types: Python, Ansible role.
This repository was migrated from upstream source github.com/shafiqalibhai/ansible-role-jira-1 and is preserved here for archival, reference, or continued local development.
At a glance
- Default branch:
master - Visibility: public
- Size: 1.8 MB
- Created: 2026-04-27
- Last updated: 2026-04-27
- Stars / Forks / Open issues: 0 / 0 / 0
- License: Apache-2.0
Languages
| Language | Bytes | Share |
|---|---|---|
| Jinja | 12,913 bytes | 84.9% |
| Shell | 2,290 bytes | 15.1% |
Repository structure
defaults/files/handlers/meta/molecule/scripts/tasks/templates/vars/.ansible-lint(717 B).gitignore(183 B).gitlab-ci.yml(8,879 B).yamllint(1,039 B)ansible-galaxy-requirements.yml(935 B)ansible.cfg(1,052 B)CHANGELOG.md(9,085 B)LICENSE(11,381 B)README.md(939 B)requirements.txt(797 B)
Getting started
Clone the repository:
git clone https://forgejo.deployview.com/ssa/ansible-role-jira-1.git
cd ansible-role-jira-1
Installation
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
ansible-galaxy install -r requirements.yml
ansible-playbook playbook.yml
Usage
Invoke the main entry point:
python3 main.py # or the appropriate module
Include this role/collection in a playbook and run with ansible-playbook. See defaults/main.yml (if present) for configurable variables.
Original README
The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.
Ansible Role for Jira
Ansible Role for Atlassian Jira Installation.
Requirements
This role require Ansible community package 4.10 or higher.
This role was designed for:
- Ubuntu 20.04, 22.04, 24.04
- AlmaLinux 8, 9
- openSUSE Leap 15.5, 15.6, Tumbleweed
- Debian 11, 12, Testing
- Fedora 39, 40, Rawhide
- CentOS 7, 8 Stream, 9 Stream
- RHEL 7, 8, 9
Role Variables
Dependencies
ansible-galaxy-requirements.yml
Example Playbook
This role could simply deploy to localhost as below:
molecule converge -s default
License
- Code released under Apache License 2.0
- Docs released under CC BY 4.0
Author Information
- Wong Hoi Sing Edison
Contributing
Contributions are welcome. The typical workflow is:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
Please follow the existing code style and include tests or reproduction steps where relevant.
License
This project is licensed under the Apache-2.0 license. See the LICENSE file for the full text.
Repository
- Browse: https://forgejo.deployview.com/ssa/ansible-role-jira-1
- Clone (HTTPS):
https://forgejo.deployview.com/ssa/ansible-role-jira-1.git - Clone (SSH):
ssh://git@forgejo.deployview.com:30143/ssa/ansible-role-jira-1.git - Upstream / origin: github.com/shafiqalibhai/ansible-role-jira-1
This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.