ansible安装及rhel8仓库配置

news/2024/11/24 16:30:29/

目录

一、本地仓库

问题:

 解决:

1.创建一个仓库:

 内容:

 2.挂载:

 挂载:

 测试:

3.或者直接使用阿里云的源

 二.配置ansible仓库

 1.下载:

 2.检查


一、本地仓库

问题:

当你刚装好rhel8环境,却发现啥也干不了,下载也不行,如:

[root@control ~]# yum install  vim* -y
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.

Error: There are no enabled repositories in "/etc/yum.repos.d", "/etc/yum/repos.d", "/etc/distro.repos.d".

 解决:

1.创建一个仓库:

在/etc/yum.repos.d下:

[root@control yum.repos.d]# vim base.repo

 内容:

[BaseOS]
name=BaseOS
baseurl=/mnt/BaseOS
gpgcheck=0
enabled=1
 
[AppStream]
name=AppStream
baseurl=/mnt/AppStream
gpgcheck=0
enabled=1

 2.挂载:

确保这个镜像是开启的我这里的是8.5的镜像

 

 挂载:

[root@control yum.repos.d]# mount /dev/sr0 /mnt/
mount: /mnt: WARNING: device write-protected, mounted read-only.


[root@control yum.repos.d]# mount -a

 测试:

[root@control yum.repos.d]# yum install vim -y
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.

BaseOS                                          137 MB/s | 2.4 MB     00:00    
AppStream                                       165 MB/s | 7.2 MB     00:00    
Last metadata expiration check: 0:00:01 ago on Wed 02 Aug 2023 02:19:43 AM PDT.
Package vim-enhanced-2:8.0.1763-16.el8.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
 

3.或者直接使用阿里云的源

虽然是centos的,但是rhel也能用

[AppStream1]
name=AppStream
baseurl=https://mirrors.aliyun.com/centos/8-stream/AppStream/x86_64/os/
gpgcheck=0
[Base0s1]
name=BaseOS
baseurl=https://mirrors.aliyun.com/centos/8-stream/BaseOS/x86_64/os/
gpgcheck=0

 二.配置ansible仓库

在/etc/yum.repos.d下创建:

[root@control yum.repos.d]# vim   ansible.repo 
[ansible]
name=ansible
baseurl=http://47.108.86.156/rhel8/ansible29/ansible-2.9-for-rhel-8-x86_64-rpms/
gpgcheck=0

 1.下载:

[root@control yum.repos.d]# yum install  ansible -y
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.

ansible                                         1.7 MB/s | 837 kB     00:00    
Dependencies resolved.
================================================================================
 Package                   Arch        Version             Repository      Size
================================================================================
Installing:
 ansible                   noarch      2.9.11-1.el8ae      ansible         17 M
Installing dependencies:
 python3-babel             noarch      2.5.1-7.el8         AppStream      4.8 M
 python3-cffi              x86_64      1.11.5-5.el8        BaseOS         238 k
 python3-cryptography      x86_64      3.2.1-5.el8         BaseOS         559 k
 python3-jinja2            noarch      2.10.1-3.el8        AppStream      538 k
 python3-markupsafe        x86_64      0.23-19.el8         AppStream       39 k
 python3-pycparser         noarch      2.14-14.el8         BaseOS         109 k
 sshpass                   x86_64      1.06-3.el8ae        ansible         27 k
Installing weak dependencies:
 python3-jmespath          noarch      0.9.0-11.el8        AppStream       45 k

Transaction Summary
================================================================================
Install  9 Packages

Total size: 23 M
Total download size: 17 M
Installed size: 123 M
Downloading Packages:
(1/2): sshpass-1.06-3.el8ae.x86_64.rpm          143 kB/s |  27 kB     00:00    
[MIRROR] ansible-2.9.11-1.el8ae.noarch.rpm: Curl error (28): Timeout was reached for http://47.108.86.156/rhel8/ansible29/ansible-2.9-for-rhel-8-x86_64-rpms/Packages/a/ansible-2.9.11-1.el8ae.noarch.rpm [Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds]
(2/2): ansible-2.9.11-1.el8ae.noarch.rpm        239 kB/s |  17 MB     01:12    
--------------------------------------------------------------------------------
Total                                           240 kB/s |  17 MB     01:12     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : python3-markupsafe-0.23-19.el8.x86_64                  1/9 
  Installing       : python3-jmespath-0.9.0-11.el8.noarch                   2/9 
  Installing       : python3-babel-2.5.1-7.el8.noarch                       3/9 
  Installing       : python3-jinja2-2.10.1-3.el8.noarch                     4/9 
  Installing       : python3-pycparser-2.14-14.el8.noarch                   5/9 
  Installing       : python3-cffi-1.11.5-5.el8.x86_64                       6/9 
  Installing       : python3-cryptography-3.2.1-5.el8.x86_64                7/9 
  Installing       : sshpass-1.06-3.el8ae.x86_64                            8/9 
  Installing       : ansible-2.9.11-1.el8ae.noarch                          9/9 
  Running scriptlet: ansible-2.9.11-1.el8ae.noarch                          9/9 
  Verifying        : sshpass-1.06-3.el8ae.x86_64                            1/9 
  Verifying        : ansible-2.9.11-1.el8ae.noarch                          2/9 
  Verifying        : python3-cffi-1.11.5-5.el8.x86_64                       3/9 
  Verifying        : python3-cryptography-3.2.1-5.el8.x86_64                4/9 
  Verifying        : python3-pycparser-2.14-14.el8.noarch                   5/9 
  Verifying        : python3-babel-2.5.1-7.el8.noarch                       6/9 
  Verifying        : python3-jinja2-2.10.1-3.el8.noarch                     7/9 
  Verifying        : python3-jmespath-0.9.0-11.el8.noarch                   8/9 
  Verifying        : python3-markupsafe-0.23-19.el8.x86_64                  9/9 
Installed products updated.

Installed:
  ansible-2.9.11-1.el8ae.noarch         python3-babel-2.5.1-7.el8.noarch       
  python3-cffi-1.11.5-5.el8.x86_64      python3-cryptography-3.2.1-5.el8.x86_64
  python3-jinja2-2.10.1-3.el8.noarch    python3-jmespath-0.9.0-11.el8.noarch   
  python3-markupsafe-0.23-19.el8.x86_64 python3-pycparser-2.14-14.el8.noarch   
  sshpass-1.06-3.el8ae.x86_64          

Complete!

 2.检查

[root@control yum.repos.d]# ansible --version
ansible 2.9.11
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.6/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 3.6.8 (default, Sep  9 2021, 07:49:02) [GCC 8.5.0 20210514 (Red Hat 8.5.0-3)]


http://www.ppmy.cn/news/1005962.html

相关文章

【LeetCode-简单】剑指 Offer 22. 链表中倒数第k个节点(详解)

题目 输入一个链表,输出该链表中倒数第k个节点。为了符合大多数人的习惯,本题从1开始计数,即链表的尾节点是倒数第1个节点。 例如,一个链表有 6 个节点,从头节点开始,它们的值依次是 1、2、3、4、5、6。这…

c++11 标准模板(STL)(std::basic_ofstream)(三)

定义于头文件 <fstream> template< class CharT, class Traits std::char_traits<CharT> > class basic_ofstream : public std::basic_ostream<CharT, Traits> 类模板 basic_ifstream 实现文件流上的高层输入操作。它将 std::basic_istrea…

Python爬虫遇到重定向问题解决办法汇总

在进行Python爬虫任务时&#xff0c;遇到重定向问题是常见的问题之一。重定向是指在发送请求时&#xff0c;服务器会返回一个新的URL&#xff0c;将请求重新定向到该URL。为了帮助您解决这个问题&#xff0c;本文将提供一些实用的解决办法&#xff0c;并给出相关的代码示例&…

缓存友好在实际编程中的重要性

引入 当CPU执行程序时&#xff0c;需要频繁地访问主存储器&#xff08;RAM&#xff09;中的数据和指令。然而&#xff0c;主存储器的访问速度相对较慢&#xff0c;与CPU的运算速度相比存在显著差异&#xff0c;每次都从主存中读取数据都会导致相对较长的等待时间&#xff0c;从…

Java实现十大经典排序算法之快速排序

0 算法简介 快速排序是一种高效率排序算法&#xff0c;它是对冒泡排序的一种改进&#xff0c;它也是一种不稳定排序算法。快速排序的核心是比较、交换和递归。 在待排序数组中指定一个基准元素pivot&#xff08;一般选取数组首元素&#xff09;&#xff0c;使得数组排序之后基…

error C4430 缺少类型说明符 - 假定为 int。注意 C++ 不支持默认 int

出现原因&#xff1a;两个类头文件相互包含 使用声明类代替头文件包含

C#中控件的invoke方法

https://www.exyb.cn/news/show-280348.html 在用.NET Framework框架的WinForm构建GUI程序界面时&#xff0c;如果要在控件的事件响应函数中改变控件的状态&#xff0c;例如&#xff1a;某个按钮上的文本原先叫“打开”&#xff0c;单击之后按钮上的文本显示“关闭”&#xff0…

【数据可视化】(二)数据探索组件

目录 0.简介 一、数据模式与数据组织 1、数据的定义 2、数据库的定义 3、什么是数据模式? 4、数据模式举例 5、什么是数据纲要? 6、数据组织的层次 二、矢量数据 1、什么是矢量数据?