Cyber Deals - Get up to 65% off on CKA, CKAD, CKS, KCNA, KCSA exams and courses!

Ansible Collections

Installing collections

ansible-galaxy collection install my_namespace.my_collection

or

$ cat collections/requirements.yml
collections:
  - name: junipernetworks.junos
    source: https://galaxy.ansible.com

  - name: f5networks.f5_modules
    source: https://cloud.redhat.com/api/automation-hub/
ansible-galaxy collection install -r collections/requirements.yml

Using Collection on Tower

Installing and using collections on Ansible Tower

References