Skip to content

Instantly share code, notes, and snippets.

@pavlov99
Created March 27, 2017 07:11
Show Gist options
  • Star 19 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save pavlov99/c22541856f413920edd95dc61da160e8 to your computer and use it in GitHub Desktop.
Save pavlov99/c22541856f413920edd95dc61da160e8 to your computer and use it in GitHub Desktop.
Find your role's id in ansible-galaxy
$ ansible-galaxy info YourUser.RoleName | grep -E 'id: [0-9]' | awk {'print $2'}
@woodrad
Copy link

woodrad commented Feb 4, 2019

I used this script to make the badges for my first ansible role. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment