Here are some of the shells I've compiled and used for many years to share with you. Speaking of automation operations many people will talk about puppet, ansible,saltstack these tools I have used, and eventually gave up. The early configuration of these tools is too time-consuming, expansion is not convenient, suitable for dummies operation, for more than 15 years of experience in software development I like, free, arbitrary. Eventually I chose to maintain the shell myself, modular the shell and assemble it as needed.
GitHub Address: Https://github.com/oscm/shell
The following example installs a Web server.
Curl-s https://raw.githubusercontent.com/oscm/shell/master/os/centos7.sh | Bashcurl-s https://raw.githubusercontent.com/oscm/shell/master/os/iptables.sh | Bashcurl-s https://raw.githubusercontent.com/oscm/shell/master/lang/gcc/gcc.sh | Bashcurl-s https://raw.githubusercontent.com/oscm/shell/master/web/nginx/nginx.centos7.sh | Bashcurl-s https://raw.githubusercontent.com/oscm/shell/master/lang/php/5.6.9-centos7.sh | Bashcurl-s https://raw.githubusercontent.com/oscm/shell/master/lang/php/pecl/redis.sh | Bashcurl-s https://raw.githubusercontent.com/oscm/shell/master/lang/php/pecl/pthreads.sh | Bashcurl-s https://raw.githubusercontent.com/oscm/shell/master/lang/php/pecl/amqp.sh | Bashcurl-s https://raw.githubusercontent.com/oscm/shell/master/lang/php/pecl/phalcon.sh | Bash
Automated OPS Shell