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

相关文章