Difference between revisions of "OPS635 installation ansible"

From CDOT Wiki
Jump to: navigation, search
(Adding current ansible installation instructions)
 
m (Centos 7: - adding link to external tutorial)
Line 12: Line 12:
 
* 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:51, 24 May 2020


Centos 8

Centos 7

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

External Tutorial