Sorry, I checked the seed_data
which is a plain hash and only used for overriding the admin starter guide. It’s not really useful in your case.
But a rake task is still worthing considered but you have to prevent it from running twice (maybe define a site setting for checking this). In this way, you would end up with a configurable ruby script as your need/create.
Task db.rake
may be a good start.