上一篇 下一篇 分享链接 返回 返回顶部

Ubuntu18.04系统结构如何安装ansible

发布人:管理员 发布时间:2025-03-02 16:22 阅读量:131

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

目录结构
全文