Difference between revisions of "CentOS 7.x install ansible"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_ansible|CentOS 7.x ansible</yambe:breadcrumb> =CentOS 7.x install ansible= To install ansible on CentOS 7.x use: # yum -y install epel-release #...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb>CentOS_7.x_ansible|CentOS 7.x ansible</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x DevOps|DevOps]] > [[CentOS 7.x automated configuration|Automated Configuration]] > [[CentOS 7.x ansible|Ansible]] > [[CentOS 7.x install ansible]]
=CentOS 7.x install ansible=


To install ansible on CentOS 7.x use:
To install ansible on CentOS 7.x use:
# yum -y install epel-release
# yum -y install epel-release
# yum -y install ansible
# yum -y install ansible
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x DevOps|DevOps]] > [[CentOS 7.x automated configuration|Automated Configuration]] > [[CentOS 7.x ansible|Ansible]] > [[CentOS 7.x install ansible]]

Latest revision as of 15:36, 28 August 2022

Home > CentOS > CentOS 7.x > DevOps > Automated Configuration > Ansible > CentOS 7.x install ansible

To install ansible on CentOS 7.x use:

  1. yum -y install epel-release
  2. yum -y install ansible



Home > CentOS > CentOS 7.x > DevOps > Automated Configuration > Ansible > CentOS 7.x install ansible