Reference link: https://github.com/SwordfallYeung/BigData_AutomaticDeploy
Automatic deployment: https://gitee.com/lucky110100/sloth/tree/master
Shell common analysis commands and script
Reference link: https://github.com/SwordfallYeung/BigData_AutomaticDeploy
Automatic deployment: https://gitee.com/lucky110100/sloth/tree/master
Shell common analysis commands and script
One: Why choose Ansible Compared with puppet and saltstack, Ansible does not require a client and is more lightweight
Ansible does not even need to start services, just one Tools, which ca
1. Installation and configuration ansble yum install epel-release -y #Install epel warehouse
yum install ansible -y
vim /etc/ansible/hosts
[web-proxy]
#Group
192.168.1.112 ansible_ssh_port=22