Difference between revisions of "OPS635 installation ansible"

From CDOT Wiki
Jump to: navigation, search
(Adding current ansible installation instructions)
 
m (Centos 8: - Adding link to external tutorial)
(One intermediate revision by the same user not shown)
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
Line 12: Line 15:
 
* Add the ansible package:
 
* Add the ansible package:
 
** yum install ansible
 
** yum install ansible
 +
 +
[https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ansible-on-centos-7 External Tutorial]

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