Ubuntu18.04系统如何安装ansible
发布时间:2023-4-6 17:15:06 来源: 纵横云
Ubuntu18.04系统如何安装ansible
ansible是一种自动化运维工具。在ubuntu18.04中如何安装ansible工具呢?本文给出详细说明。
1.首先添加ansible存储库
sudo apt-add-repository ppa:ansible/ansible

2.更新软件列表
sudo apt update

3.安装ansible
sudo apt install ansible

4.测试是否安装成功
ansible --version

本文来源:
http://www.zonghengcloud.com/article/10209.html
[复制链接]
链接已复制