OPS635 installation ansible

From CDOT Wiki
Revision as of 16:52, 24 May 2020 by Peter.callaghan (talk | contribs) (Centos 8: - Adding link to external tutorial)
Jump to: navigation, search


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