Posted in: Aws代维
EC2 平台 SaltStack 部署手记
Salt, a new approach to infrastructure management, is easy enough to get running in minutes, scalable enough to manage tens of thousands of servers, and fast enough to communicate with those servers in seconds.
Ubuntu 平台安装 SaltStack
准备安装环境:
sudo apt-get install python-software-properties
sudo add-apt-repository -y ppa:saltstack/salt
sudo apt...