i'm maintaining servers of web game. whenever add new server our game, have configure many environment details , install softwares (for example, testing if ports of new machine can connected other places, installing mysql-client, pv..., copying game server files other machine, , changing mysql server connection url) on new machine.
so question "how can automize whole process of setting new server?" because of works repetitive. don't want kind of job whenever new machine comes in.
is there tool allows me save state of linux machine next time when buy new server, can copy state of old linux machine new machine? think 1 of ways automize process of setting new game server.
i've tried using *.sh scripts automize process. it's not possible return value of every command execute. why come here , ask help.
have looked @ docker, ansible, cheff or puppet? in docker can build new container describing required operations in docker file. , can move container between machines.
ansible, cheff , puppet systems management automation tools.
Comments
Post a Comment