OPS635 installation ansible
Revision as of 15:51, 24 May 2020 by Peter.callaghan (talk | contribs) (→Centos 7: - adding link to external tutorial)
Centos 8
- Add the ansible rpm:
- Enable that repo and install the package:
- yum install --enablerepo epel-playground ansible
Centos 7
- Ensure you have the epel-release repo
- yum install epel-release
- Add the ansible package:
- yum install ansible