OPS635 installation ansible

From CDOT Wiki
Revision as of 11:07, 11 October 2022 by Peter.callaghan (talk | contribs) (Adding CentOS9 Instructions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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