📜  在 redhat 中安装 ansible - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:55.929000             🧑  作者: Mango

代码示例1
RHEL-8.2.0

then install python3
----yum install python3

then for installing ansible required python pipe
----yum -y install python3-pip


now install ansible by using pip3
----pip3 install ansible