sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
本文介绍如何在Linux系统上通过命令行工具安装Ansible自动化配置管理软件。首先使用sudo权限更新软件源列表,接着添加Ansible的PPA软件源,最后安装Ansible。
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
5202

被折叠的 条评论
为什么被折叠?
