Migrated from github.com/shafiqalibhai/ansible-role-jira-1
  • Jinja 82%
  • Shell 14.5%
  • Dockerfile 3.5%
Find a file
2026-04-27 22:58:22 +00:00
defaults http://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-core-10.0.0.tar.gz 2024-08-23 12:40:29 +08:00
files .keep 2022-09-09 15:16:00 +08:00
handlers ansible-lint --fix 2024-03-12 12:03:25 +08:00
meta Updates 2024-10-30 15:27:16 +01:00
molecule rm -rf molecule/fedora-38-libvirt 2024-08-09 20:13:33 +08:00
scripts Copyright 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com> 2024-01-03 15:20:13 +08:00
tasks ansible.builtin.yum: # noqa fqcn[action-core] 2024-08-23 22:20:21 +08:00
templates support GC customization 2024-04-27 17:30:10 +08:00
vars remove legacy support 2024-09-19 10:54:41 +08:00
.ansible-lint https://github.com/ansible/ansible-lint/pull/4139 2024-05-19 14:02:37 +08:00
.gitignore rm -rf .vagrant/ 2022-09-25 00:15:09 +08:00
.gitlab-ci.yml Remove Ubuntu 23.10 support 2024-07-17 13:25:11 +08:00
.yamllint https://github.com/ansible/ansible-lint/pull/4139 2024-05-19 14:02:37 +08:00
ansible-galaxy-requirements.yml Copyright 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com> 2024-01-03 15:20:13 +08:00
ansible.cfg Copyright 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com> 2024-01-03 15:20:13 +08:00
CHANGELOG.md 10.4.0 2024-09-11 11:23:47 +08:00
Dockerfile Add Dockerfile: ansible runner with role pre-installed 2026-04-27 22:58:22 +00:00
LICENSE Copyright 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com> 2024-01-03 15:20:13 +08:00
README.md Update README with comprehensive project information 2026-04-27 20:32:57 +00:00
requirements.txt Copyright 2024 Wong Hoi Sing Edison <hswong3i@pantarei-design.com> 2024-01-03 15:20:13 +08:00

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

defaults/main.yml

Dependencies

ansible-galaxy-requirements.yml

Example Playbook

molecule/default/converge.yml

This role could simply deploy to localhost as below:

molecule converge -s default

License

Author Information

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

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.