Difference between revisions of "OPS635 installation ansible"

From CDOT Wiki
Jump to: navigation, search
m (Centos 7: - adding link to external tutorial)
m (Centos 8: - Adding link to external tutorial)
Line 7: Line 7:
 
* Enable that repo and install the package:
 
* Enable that repo and install the package:
 
** yum install --enablerepo epel-playground ansible
 
** yum install --enablerepo epel-playground ansible
 +
 +
[https://computingforgeeks.com/how-to-install-and-configure-ansible-on-rhel-8-centos-8/ External Tutorial]
 +
 
= Centos 7 =
 
= Centos 7 =
 
* Ensure you have the epel-release repo
 
* Ensure you have the epel-release repo

Revision as of 16:52, 24 May 2020


Centos 8

External Tutorial

Centos 7

  • Ensure you have the epel-release repo
    • yum install epel-release
  • Add the ansible package:
    • yum install ansible

External Tutorial