Difference between revisions of "OPS635 installation ansible"

From CDOT Wiki
Jump to: navigation, search
m (Centos 8: - Adding link to external tutorial)
m (Adding CentOS9 Instructions)
 
Line 1: Line 1:
 
[[Category:OPS635]][[Category:peter.callaghan]][[Category:ansible]]
 
[[Category:OPS635]][[Category:peter.callaghan]][[Category:ansible]]
  
 +
 +
= Centos 9 =
 +
* Install the package:
 +
** dnf install ansible-core
  
 
= Centos 8 =
 
= Centos 8 =

Latest revision as of 11:07, 11 October 2022


Centos 9

  • Install the package:
    • dnf install ansible-core

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