Installation

Prerequisites

  • git installation
  • ansible installation
  • Ansible version 2.4.0.0 is tested and required.
  • The easiest way to obtain ansible is by pip install ansible==2.4.0.0. libssl-dev needs to be installed on your system before you run this.

Setting up galaxy docker ansible

  1. Clone the repository to your local computer. git clone --recursive https://github.com/LUMC/galaxy-docker-ansible.git
  2. Install ansible requirements
  3. Go to the cloned repository cd galaxy-docker-ansible
  4. and run ansible-galaxy install -r requirements.yml