< 返回新闻公告列表

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

Ubuntu18.04系统如何安装ansible-1427

2.更新软件列表

sudo apt update

Ubuntu18.04系统如何安装ansible-1428

3.安装ansible

sudo apt install ansible

Ubuntu18.04系统如何安装ansible-1429

4.测试是否安装成功

ansible --version

Ubuntu18.04系统如何安装ansible-1430
19906048601
19906048601 19906048601
返回顶部
返回顶部 返回顶部