Skip to content

bodhinsky/ansible-confluence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Install Atlassian Confluence

Requirements

A database, either PostgreSQL or MySQL, running somewhere.

Role Variables

All defined in defaults, so overrideable:

confluence:
  version:   5.4.4
  baseurl:   http://www.atlassian.com/software/confluence/downloads/binary
  installer: atlassian-confluence-5.4.4.tar.gz
  user:      confluence
  # use postgresql or mysql
  dbconnector: postgresql
  packages:
    - java-1.7.0-openjdk
  tmp:       /var/tmp
  installto: /opt
  datadir:   /srv/confluence-data

Dependencies

Example Playbook

- hosts: confluence_servers
  roles:
     - { role: confluence }

License

MIT/BSD

Author Information

Mark Phillips [email protected] http://probably.co.uk

About

Ansible role to install Atlassian Confluence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%