Install Ansible in Linux CentOS 7

From Gejoreuy
Revision as of 22:19, 20 July 2021 by Gejor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Installing Ansible into our machine that running Linux CentOS 7.

Install PostGreSQL Client

Just follow these three steps below.

[root@gejoreuy ~]# yum update
[root@gejoreuy ~]# yum install epel-release
[root@gejoreuy ~]# yum install ansible

We can check if Ansible is installed successfully by finding its version.

[root@gejoreuy ~]# ansible --version