OPS635 installation ansible

From CDOT Wiki
Jump to: navigation, search


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