ansible,

Ansible Collections

Follow · 1 min read
Share this

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

Latest Stories

Featured