Install Ansible on Linux OS
=> Login as root user
[root@ip-0.0.0.0 ~]#
[root@ip-0.0.0.0 ~]# yum install ansible
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use subscription-manager to register.
Last metadata expiration check: 2:49:39 ago on Fri 14 Apr 2023 07:03:14 AM UTC.
Dependencies resolved.
==========================================================================================================================
Package Architecture Version Repository Size
==========================================================================================================================
Installing:
ansible noarch 2.9.27-1.el8ae ansible-2-for-rhel-8-rhui-rpms 17 M
Installing dependencies:
sshpass x86_64 1.09-4.el8 rhel-8-appstream-rhui-rpms 30 k
Installing weak dependencies:
python3-jmespath noarch 0.9.0-11.el8 rhel-8-appstream-rhui-rpms 45 k
Transaction Summary
==========================================================================================================================
Install 3 Packages
Total download size: 17 M
Installed size: 96 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): python3-jmespath-0.9.0-11.el8.noarch.rpm 825 kB/s | 45 kB 00:00
(2/3): sshpass-1.09-4.el8.x86_64.rpm 526 kB/s | 30 kB 00:00
(3/3): ansible-2.9.27-1.el8ae.noarch.rpm 52 MB/s | 17 MB 00:00
--------------------------------------------------------------------------------------------------------------------------
Total 44 MB/s | 17 MB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : sshpass-1.09-4.el8.x86_64 1/3
Installing : python3-jmespath-0.9.0-11.el8.noarch 2/3
Installing : ansible-2.9.27-1.el8ae.noarch 3/3
Running scriptlet: ansible-2.9.27-1.el8ae.noarch 3/3
Verifying : python3-jmespath-0.9.0-11.el8.noarch 1/3
Verifying : sshpass-1.09-4.el8.x86_64 2/3
Verifying : ansible-2.9.27-1.el8ae.noarch 3/3
Installed products updated.
Installed:
ansible-2.9.27-1.el8ae.noarch python3-jmespath-0.9.0-11.el8.noarch sshpass-1.09-4.el8.x86_64
Complete!
[root@ip-0.0.0.0 ~]#
No comments:
Post a Comment