An opinionated implementation of the pluto RSS feed aggregator into a blog-like interface for providing visibility and keeping up with releases of Ansible community projects.
It is deployed and available here: https://rss.community.eng.ansible.com
In roles/feed-aggregator/defaults/main.yaml you'll find a list of Ansible collection repositories that are included in the Ansible community package as well as PyPi project feed URLs.
These are templated into a planet.ini which is used by pluto to determine which feeds to fetch updates for.
pluto then builds a static HTML website aggregating all the feeds to a specified location, in this case /var/www/feed-aggregator
.
roles/feed-aggregator/defaults/main.yaml
.