You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there an alternative way to pass a collection or role that isn't in galaxy? I did not see anything in the documentation about this and wondering if there was a way to pull a role/collection from git directly like you can with ansible-galaxy.
The text was updated successfully, but these errors were encountered:
Hi @djdanielsson , sorry for lack of the documentation, but you can specify local path to role/collection directory.
The following is the example command I confirmed in my end. Thank you.
# install a collection to local directory
$ ansible-galaxy collection install ansible.snmp -p /tmp/test-collections
# run ARI scan on the installed collection directory
$ ari collection /tmp/test-collections/ansible_collections/ansible/snmp
is there an alternative way to pass a collection or role that isn't in galaxy? I did not see anything in the documentation about this and wondering if there was a way to pull a role/collection from git directly like you can with ansible-galaxy.
The text was updated successfully, but these errors were encountered: