{"id":19568942,"url":"https://github.com/buluma/ansible-role-confluence","last_synced_at":"2026-01-04T17:46:23.598Z","repository":{"id":40455822,"uuid":"484428225","full_name":"buluma/ansible-role-confluence","owner":"buluma","description":"Install and configure confluence on your system.","archived":false,"fork":false,"pushed_at":"2024-07-19T00:25:26.000Z","size":130,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T02:06:06.610Z","etag":null,"topics":["ansible","confluence","molecule","playbook","tox"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/buluma.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"buluma"}},"created_at":"2022-04-22T12:38:00.000Z","updated_at":"2024-07-19T00:25:30.000Z","dependencies_parsed_at":"2024-01-08T20:00:25.896Z","dependency_job_id":"e0d0e44e-3289-4ca4-8069-5cdf94644f25","html_url":"https://github.com/buluma/ansible-role-confluence","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buluma%2Fansible-role-confluence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buluma%2Fansible-role-confluence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buluma%2Fansible-role-confluence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buluma%2Fansible-role-confluence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buluma","download_url":"https://codeload.github.com/buluma/ansible-role-confluence/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153204,"owners_count":20569400,"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","confluence","molecule","playbook","tox"],"created_at":"2024-11-11T06:07:04.855Z","updated_at":"2026-01-04T17:46:23.567Z","avatar_url":"https://github.com/buluma.png","language":"Shell","funding_links":["https://github.com/sponsors/buluma"],"categories":[],"sub_categories":[],"readme":"# Ansible role [confluence](https://galaxy.ansible.com/ui/standalone/roles/buluma/confluence/documentation)\n\nAnsible Role for Atlassian Confluence Installation\n\n|GitHub|Version|Issues|Pull Requests|Downloads|\n|------|-------|------|-------------|---------|\n|[![github](https://github.com/buluma/ansible-role-confluence/actions/workflows/molecule.yml/badge.svg)](https://github.com/buluma/ansible-role-confluence/actions/workflows/molecule.yml)|[![Version](https://img.shields.io/github/release/buluma/ansible-role-confluence.svg)](https://github.com/buluma/ansible-role-confluence/releases/)|[![Issues](https://img.shields.io/github/issues/buluma/ansible-role-confluence.svg)](https://github.com/buluma/ansible-role-confluence/issues/)|[![PullRequests](https://img.shields.io/github/issues-pr-closed-raw/buluma/ansible-role-confluence.svg)](https://github.com/buluma/ansible-role-confluence/pulls/)|[![Ansible Role](https://img.shields.io/ansible/role/d/buluma/confluence)](https://galaxy.ansible.com/ui/standalone/roles/buluma/confluence/documentation)|\n\n## [Example Playbook](#example-playbook)\n\nThis example is taken from [`molecule/default/converge.yml`](https://github.com/buluma/ansible-role-confluence/blob/master/molecule/default/converge.yml) and is tested on each push, pull request and release.\n\n```yaml\n---\n- hosts: all\n  remote_user: root\n  become: true\n  roles:\n    - role: buluma.confluence\n```\n\nThe machine needs to be prepared. In CI this is done using [`molecule/default/prepare.yml`](https://github.com/buluma/ansible-role-confluence/blob/master/molecule/default/prepare.yml):\n\n```yaml\n---\n- name: Prepare\n  hosts: all\n  become: yes\n  gather_facts: no\n\n  roles:\n    - role: buluma.bootstrap\n    - role: buluma.java\n```\n\nAlso see a [full explanation and example](https://buluma.github.io/how-to-use-these-roles.html) on how to use these roles.\n\n## [Role Variables](#role-variables)\n\nThe default values for the variables are set in [`defaults/main.yml`](https://github.com/buluma/ansible-role-confluence/blob/master/defaults/main.yml):\n\n```yaml\n---\n\n# PostgreSQL JDBC release.\npostgresql_jdbc_release: \"42.3\"\n\n# PostgreSQL JDBC version.\npostgresql_jdbc_version: \"{{ _postgresql_jdbc_version[postgresql_jdbc_release] }}\"\n\n# PostgreSQL JDBC download details.\npostgresql_jdbc_download: \"{{ _postgresql_jdbc_download[postgresql_jdbc_version] }}\"\n\n# Confluence release.\nconfluence_release: \"7.17\"\n\n# Confluence version.\nconfluence_version: \"{{ _confluence_version[confluence_release] }}\"\n\n# Confluence download details.\nconfluence_download: \"{{ _confluence_download[confluence_version] }}\"\n\n# Owner and group for Confluence.\nconfluence_owner: \"confluence\"\nconfluence_group: \"confluence\"\n\n# Confluence home directory.\nconfluence_home: \"/var/atlassian/application-data/confluence\"\n\n# Confluence installation directory.\nconfluence_catalina: \"/opt/atlassian/confluence\"\n\n# JVM minimal and maximum memory usage.\nconfluence_jvm_minimum_memory: \"2048m\"\nconfluence_jvm_maximum_memory: \"2048m\"\n\n# Proxy and context path setup.\nconfluence_catalina_connector_proxyname: ~\nconfluence_catalina_connector_proxyport: ~\nconfluence_catalina_connector_scheme: \"http\"\nconfluence_catalina_connector_secure: \"false\"\nconfluence_catalina_context_path: ~\n\n# Atlassian Support recommended JVM arguments.\nconfluence_jvm_support_recommended_args: \u003e-\n  -Datlassian.plugins.enable.wait=300\n  -XX:+UnlockExperimentalVMOptions\n  -XX:+UseCGroupMemoryLimitForHeap\n  -XX:MaxRAMFraction=1\n\n# Session timeout (in minutes).\nconfluence_session_timeout: \"120\"\n```\n\n## [Requirements](#requirements)\n\n- pip packages listed in [requirements.txt](https://github.com/buluma/ansible-role-confluence/blob/master/requirements.txt).\n\n## [State of used roles](#state-of-used-roles)\n\nThe following roles are used to prepare a system. You can prepare your system in another way.\n\n| Requirement | GitHub | Version |\n|-------------|--------|--------|\n|[buluma.bootstrap](https://galaxy.ansible.com/buluma/bootstrap)|[![Ansible Molecule](https://github.com/buluma/ansible-role-bootstrap/actions/workflows/molecule.yml/badge.svg)](https://github.com/buluma/ansible-role-bootstrap/actions/workflows/molecule.yml)|[![Version](https://img.shields.io/github/release/buluma/ansible-role-bootstrap.svg)](https://github.com/shadowwalker/ansible-role-bootstrap)|\n|[buluma.java](https://galaxy.ansible.com/buluma/java)|[![Ansible Molecule](https://github.com/buluma/ansible-role-java/actions/workflows/molecule.yml/badge.svg)](https://github.com/buluma/ansible-role-java/actions/workflows/molecule.yml)|[![Version](https://img.shields.io/github/release/buluma/ansible-role-java.svg)](https://github.com/shadowwalker/ansible-role-java)|\n\n## [Context](#context)\n\nThis role is a part of many compatible roles. Have a look at [the documentation of these roles](https://buluma.github.io/) for further information.\n\nHere is an overview of related roles:\n\n![dependencies](https://raw.githubusercontent.com/buluma/ansible-role-confluence/png/requirements.png \"Dependencies\")\n\n## [Compatibility](#compatibility)\n\nThis role has been tested on these [container images](https://hub.docker.com/u/buluma):\n\n|container|tags|\n|---------|----|\n|[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|all|\n|[EL](https://hub.docker.com/r/buluma/enterpriselinux)|7|\n|[opensuse](https://hub.docker.com/r/buluma/opensuse)|all|\n|[Debian](https://hub.docker.com/r/buluma/debian)|all|\n|[Fedora](https://hub.docker.com/r/buluma/fedora)|all|\n\nThe minimum version of Ansible required is 4.10, tests have been done to:\n\n- The previous version.\n- The current version.\n- The development version.\n\nIf you find issues, please register them in [GitHub](https://github.com/buluma/ansible-role-confluence/issues)\n\n## [Changelog](#changelog)\n\n[Role History](https://github.com/buluma/ansible-role-confluence/blob/master/CHANGELOG.md)\n\n## [License](#license)\n\n[Apache-2.0](https://github.com/buluma/ansible-role-confluence/blob/master/LICENSE)\n\n## [Author Information](#author-information)\n\n[Shadow Walker](https://buluma.github.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuluma%2Fansible-role-confluence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuluma%2Fansible-role-confluence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuluma%2Fansible-role-confluence/lists"}