Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.02 KB

sentinel

Installs XWiki on LXC containers using Ansible

This playbook uses lxc_container which is only available on version 1.8 and above of ansible. Please ensure you have added the ansible repository and installed the latest version of ansible before attaempting to run this playbook:

apt-add-repository ppa:ansible/ansible apt-get update apt-get install ansible

ansible-playbook --verbose xwiki.yml

Note: Playbook assumes a user account named ubuntu is present on the target server and has sudo privileges. Change this user at the top of the xwiki.yml file to suit your environment.

Note: Adjust the /etc/ansible/hosts and replace 'localhost' with a target server. A section named [nodes] is required. Copy the sample 'hosts' file in the repository and adjust for your environment

Note: xwiki.yml will appear to hang when app1_container task is reached. This occurs the first time lxc_container runs and creates an image. It may hang for 10-15 minutes and subsequent runs will be much faster.