Skip to content
Gregor Lenz edited this page Jul 27, 2017 · 3 revisions

Welcome to the ansible-xnat wiki!

This Ansible Role provisions a system with necessary dependencies for XNAT 1.7.

You can use this in combination with Vagrant in order to download a plain Ubuntu 16.04 image and then run the playbook on it.

That way you will have XNAT set up on a separate environment.

Quickstart

Install Ansible

pip install ansible

If you use VirtualBox and Vagrant, just run the following command within the root of this repo:

vagrant up

If you want to deploy on bare metal

ansible-playbook site.yml 192.168.0.1,

After the playbook finishes, access under

http://localhost:8080
Clone this wiki locally