I was wondering what the best practice for managing a whitelist of ip address across multiple servers? We want to allow our user base to add an ip address they want to whitelist through a web interface and then have that ip address added,deleted or modified to all servers.
I was thinking of programming a script to do it via python or bash and login into each server with keyless ssh and apply the rules but surely there must be a better method to achieve this.
Any advice?
Thanks all!