Difference between revisions of "OPS635 installation ansible"
m (→Centos 7: - adding link to external tutorial) |
m (→Centos 8: - Adding link to external tutorial) |
||
Line 7: | Line 7: | ||
* Enable that repo and install the package: | * Enable that repo and install the package: | ||
** yum install --enablerepo epel-playground ansible | ** yum install --enablerepo epel-playground ansible | ||
+ | |||
+ | [https://computingforgeeks.com/how-to-install-and-configure-ansible-on-rhel-8-centos-8/ External Tutorial] | ||
+ | |||
= Centos 7 = | = Centos 7 = | ||
* Ensure you have the epel-release repo | * Ensure you have the epel-release repo |
Revision as of 15:52, 24 May 2020
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