Download any collection with dependencies for offline airgap install
Collection name in namespace.name format — as used in ansible-galaxy collection install <name>
🛡Every bundle is scanned with ClamAV before download. If malware or a virus signature is detected, the bundle is blocked and never served. A scan_results.txt report is included in every zip.
ansible-bundler
After Downloading the Zip
1
Unzip the bundle unzip <collection>-bundle.zip
2
Run the install script chmod +x install.sh && ./install.shInstalls the collection and all dependencies — no internet needed.
3
Or install manually ansible-galaxy collection install collections/*.tar.gz