Ubuntu18.04系统结构如何安装ansible
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