Cleaning of ansible repository

Today I spent some time to write a simple script that obtains all the roles from our ansible repository and checks if they are actually called anywhere.

After running it I found these roles that are not called anywhere:

builder_repo
collectd/fcomm-queue
collectd/web-service
koji_db
openshift/secret-tls
postfix_logreport
awx/execution_node
gitolite/base

Before doing any pull request for removing them I want to first ask here if it’s really OK to remove them. Or if we want to keep them for any reason.

I already know that gitolite is not used anymore.

Today I spent some time to write a simple script that obtains all the roles from our ansible repository and checks if they are actually called anywhere.

After running it I found these roles that are not called anywhere:

Can be removed as far as I can tell:

builder_repo
collectd/fcomm-queue
collectd/web-service
koji_db
gitolite/base

These might still be useful, even thought we don’t call them right now:

openshift/secret-tls
postfix_logreport
awx/execution_node

Before doing any pull request for removing them I want to first ask here if it’s really OK to remove them. Or if we want to keep them for any reason.

I already know that gitolite is not used anymore.

yep.

Thanks for doing this!

kevin