Skip to content

Latest commit

 

History

History

ansible

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

GCS Ansible Playbook

Table of Contents
  1. About The Project
  2. How do I use this for installations?
  3. License
  4. Contact

About The Project

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.

How do I use this for installations?

  1. Git clone the repo to your installation node
    $ git clone https://github.com/globus/globus-connect-server-deploy.git
  2. Install Python3 on the target system.
  3. Setup passwordless SSH to the target system to an account that has sudo access.
  4. Run ansible-playbook --inventory=<target_system>, --user=<remote_user> playbook.yml.

License

All work is copyright the University of Chicago. All rights reserved.

Contact

Please direct all support questions to [email protected].