Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antmelekhin/ansible-role-confluence
An Ansible role to install, configure and update Confluence.
https://github.com/antmelekhin/ansible-role-confluence
ansible ansible-role confluence wiki
Last synced: about 1 month ago
JSON representation
An Ansible role to install, configure and update Confluence.
- Host: GitHub
- URL: https://github.com/antmelekhin/ansible-role-confluence
- Owner: antmelekhin
- License: mit
- Created: 2020-12-18T09:45:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T14:28:48.000Z (about 1 month ago)
- Last Synced: 2024-12-01T15:28:37.258Z (about 1 month ago)
- Topics: ansible, ansible-role, confluence, wiki
- Language: Jinja
- Homepage: https://galaxy.ansible.com/ui/standalone/roles/antmelekhin/confluence/
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Confluence
==========An Ansible role to install, configure and update [Confluence](https://www.atlassian.com/ru/software/confluence).
Upgrade to 2.x
--------------In version 2.0.0, the `confluence_root_path` variable was renamed to `confluence_install_path`.
Requirements
------------- Supported version of Ansible: 2.12 and higher. Systems with Python versions below than 3.7 are not compatible with ansible-core 2.17 (see [ansible/ansible#83357](https://github.com/ansible/ansible/issues/83357#issuecomment-2150254754)).
- Supported platforms:
- Debian
- 10
- 11
- 12
- RHEL
- 7
- 8
- 9
- Ubuntu
- 18.04
- 20.04
- 22.04Role Variables
--------------All variables that can be overridden are stored in the [defaults/main.yml](https://github.com/antmelekhin/ansible-role-confluence/blob/main/defaults/main.yml) file.
Please refer to the [meta/argument_specs.yml](https://github.com/antmelekhin/ansible-role-confluence/blob/main/meta/argument_specs.yml) file for a description of the available variables.
Similarly, descriptions and defaults for preset variables can be found in the [vars/main.yml](https://github.com/antmelekhin/ansible-role-confluence/blob/main/vars/main.yml) file.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:
```bash
ansible-galaxy install -r requirements.yml
```Run playbook:
```yaml
---
- name: Setup Confluence
hosts: confluenceroles:
- role: antmelekhin.java
- role: antmelekhin.confluence
```License
-------MIT
Author Information
------------------Melekhin Anton.