Code Monkey home page Code Monkey logo

ansible-role-confluence's Introduction

Confluence

An Ansible role to install, configure and update Confluence.

Requirements

  • Supported version of Ansible: 2.9 and highter.
  • Supported platforms:
    • Debian
      • 10
      • 11
      • 12
    • RHEL
      • 7
      • 8
      • 9
    • Ubuntu
      • 18.04
      • 20.04
      • 22.04

Role Variables

  • confluence_version The version of Confluence to download (default: 8.5.12).

  • confluence_archive_name Confluence archive name (default: atlassian-confluence-8.5.12.tar.gz).

  • confluence_download_url URL to download the Confluence archive (default: https://www.atlassian.com/software/confluence/downloads/binary).

  • confluence_checksum_url The Confluence checksum file URL (default: {{ confluence_download_url }}/{{ confluence_archive_name }}.sha256).

  • confluence_download_path Local path to download and extract the archive (default: /tmp).

  • confluence_user and confluence_group System user and group that will be created (default: confluence).

  • confluence_root_path The Confluence installation directory (default: /opt/atlassian/confluence).

  • confluence_home_path The Confluence home directory (default: /var/atlassian/application-data/confluence).

  • confluence_jvm_minimum_memory and confluence_jvm_maximum_memory The minimum and maximum size of the heap (default: 1024m and 2048m).

  • confluence_db_configuration DB connection settings, read documentation before enable (default: false). Atlassian ended support for datasource connections in Confluence 8.0.

  • confluence_db_host Hostname or IP address of your database server.

  • confluence_db_port TCP port number for your database server.

  • confluence_db_name DB name.

  • confluence_db_username and confluence_db_password Database username and password to be passed to the JDBC driver.

  • confluence_tomcat_connector_proxyname Fqdn server name. If you don't use a reverse proxy, then you'll need to leave this variable without value.

  • confluence_tomcat_connector_scheme Connection scheme. Available values: http (default), https.

    Attention If you use https value, you'll need to install SSL sertificate on server with reverse proxy.

  • confluence_tomcat_connector_proxyport Server port (default: 80 or 443).

    • 80 sets automatically if value in confluence_tomcat_connector_scheme is http.
    • 443 sets automatically if value in confluence_tomcat_connector_scheme is https.

Dependencies

This role doesn't install a Java package, a reverse proxy (Apache or Nginx), or a database management system. You will need to install these packages before using the role.

Example Playbook

Install Confluence, Java package, and configure a connection to the database through the Confluence web interface:

Install dependencies:

ansible-galaxy install -r requirements.yml

Run playbook:

---
- name: Setup Confluence
  hosts: confluence

  roles:
    - role: antmelekhin.java
    - role: antmelekhin.confluence

License

MIT

Author Information

Melekhin Anton.

ansible-role-confluence's People

Contributors

antmelekhin avatar semantic-release-bot avatar

Stargazers

Aleksandr Mikoshi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.