Cool graphs from AWX

I just wanted to share something cool.

https://gist.github.com/AlanCoding/bca128a1b391e28819f4020eb9b6536e#file-full_house_admin_role-svg

Lots of things in AWX can be imagined as a directed graph. Workflows, obviously, are presented in this way in the UI. I quickly hacked together a graph representation for just job events and the RBAC structure. Presumably the same thing can be done for inventory, but inventory is mostly user-defined, so you could make the graph whatever you want.

The job events structure, in particular, represent some fundamental structure for how Ansible works.

If you’re in Chrome, you can right click → inspect → open image in new tab to see the tiny detail.