Getting Started
Prerequisites
Python 3.12+
Ansible 2.16+
A Globus account at globus.org
Installation
From Ansible Galaxy:
ansible-galaxy collection install m1yag1.globus
From source:
git clone https://github.com/m1yag1/ansible-globus.git
cd ansible-globus
ansible-galaxy collection build
ansible-galaxy collection install m1yag1-globus-*.tar.gz
Verify the installation:
ansible-galaxy collection list | grep globus