Difference between revisions of "Install Ansible in Linux CentOS 7"

From Gejoreuy
Jump to navigation Jump to search
(Created page with "== Purpose == Installing Ansible into our machine that running Linux CentOS 7. == Install PostGreSQL Client == <pre> [root@gejoreuy ~]# yum update [root@gejoreuy ~]# yum in...")
(No difference)

Revision as of 22:17, 20 July 2021

Purpose

Installing Ansible into our machine that running Linux CentOS 7.

Install PostGreSQL Client

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