Skip to content

one-role/wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible wiki role

This roles installs the certificates needed for the Confluence server

Requirements

This role needs Apache and vhosts

Example Playbook

---
# Example playbook

# Set all dynamic groups
- import_playbook: playbooks/pre.yml

# All common things
- hosts: ansiblemanaged_True
  roles:
    - apache
    - vhosts
    - wiki

Copy the thing

To make things tick all software and data is copied from one host to the other, at least these directories and files:

  • /usr/local/confluence
  • /usr/local/confluence-data
  • /etc/init.d/confluence

The server.xml

In the server.xml the hostname is defined and this should match the name of the current host.

Make sure the server.xml contains:

proxyName="<fqdn of the machine>"

License

MIT

Author Information

Changelog

  • 2018-11-26 - Ton Kersten - Initial checkin

Releases

No releases published

Packages

No packages published