Giter VIP home page Giter VIP logo

ansible-playbook-xnat's Introduction

ansible-playbook-xnat

Deploy and configure XNAT in a Centos7 machine

This playbook has been tested with ansible 2.10.2

Testing this playbook in a Vagrant machine

This repo provides a Vagrantfile to test and develop the playbook.

When using the Vagrant machine the ansible variables are defined in inventory/host_vars/default. You can edit this file in case you want to adjust any ansible var (defaults should work)

You can execute the playbook in a vagrant VM from the top folder of this repo:

$> ansible-galaxy role install -r requirements.yml -p ./roles
$> vagrant up

Once the playbook execution completes you can monitor how XNAT boots (xnat needs some minutes to boot)

$> vagrant ssh
$> sudo tail -f /opt/tomcat/logs/catalina.out

Once XNAT finished booting you can access it in http://192.168.111.222 and login as admin/admin

Executing the playbook in another machine

  • copy file inventory/host_vars/default to inventory/host_vars/your_machine_hostname
  • edit inventory/host_vars/your_machine_hostname and adjust it if needed (defaults should work)
  • add your_machine_hostname to inventory/hosts
  • download the dependency roles with ansible-galaxy role install -r requirements.yml -p ./roles
  • execute the playbook with ansible-playbook -i inventory/hosts ansible-playbook-xnat.yml

Dependencies

See requirements.yml

License

GPLv3

Author Information

Pablo Escobar Lopez

ansible-playbook-xnat's People

Contributors

pescobar avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.