Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

SANBI-SA-archive/ansible_cbt_gx_sanbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Galaxy Ansible Playbook for local SANBI Installations

A ready-to-use Ansible playbook for the SANBI Galaxy Installation.

Before you can use this playbook, you need to install Ansible (version 2.1.2.0+ is required). Note that for the time being, this playbook might not work with Python 3.x.

$ mkvirtualenv ansible_galaxy
$ git clone --recursive -b stable-2.1 https://github.com/ansible/ansible
$ pip install ansible/

To use, clone this repo and provide a locally. Then, run the playbook:

$ git clone [email protected]:SANBI-SA/ansible_cbt_gx_sanbi.git
$ cd ansible_cbt_gx_sanbi && ansible-galaxy install -f -r requirements_roles.yml -p roles
$ ansible-playbook -u root -k cbtgx.yml

The default settings will run the playbook for an installation of SANBI Galaxy in http://cbtgx.sanbi.ac.za. To target a different instance of Galaxy, edit cbtgx.yml and set host URL to your prefered Galaxy instance.

Updates

To update the version of the galaxy-tools role, run the following command ansible-galaxy install -f -r requirements_roles.yml -p roles

Releases

No releases published

Packages

No packages published