What I want to do is to integrate in my current application (deployed at server B) the power to trigger actions on server A e.g. actions like
creating new system users,
mysql databases, attaching users to dbs,
setting up mail accounts,
adding zones to dns server
I know I can create bash scripts that would ssh into server A and perform specific functions but this is unruly & I am sure someone must have developed something to deal with exactly these issues maybe in the form of a soap service or similar.
Please suggest anything that comes to mind, ideally an API that can be easily used inside PHP or similar.
p.s. I have googled without much success.
http://ift.tt/1dvHQ0Z
0 comments:
Post a Comment