Table of Contents
This project provides tools that support the deployment of Globus Connect Server using Ansible. It serves as a starting point for endpoint administrators interested in automated deployment for production or testing purposes. Ansible knowledge is assumed since the examples will most likely need to be adapted to fit your environment.
GCSv5 has its own officially-supported installation procedures. This installer does not replace that process and it is likely that updates to this installer repo will lag feature releases of GCSv5.
- Git clone the repo to your installation node
$ git clone https://github.com/globus/globus-connect-server-deploy.git
- Install Python3 on the target system.
- Setup passwordless SSH to the target system to an account that has sudo access.
- Run
ansible-playbook --inventory=<target_system>, --user=<remote_user> playbook.yml
.
All work is copyright the University of Chicago. All rights reserved.
Please direct all support questions to [email protected]
.