栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

ansible yum仓库

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

ansible yum仓库

仓库1 :

Name: RH294_Base

Description: RH294 base software

Base urt: file:///mnt/BaseOS

不需要验证钦件包 GPG 签名

启用此软件仓库

仓库 2:

Name: RH294_Stream

Description : RH294 stream software

Base url:file:///mnt/AppStream

不需要验证软件包 GPG 签名

yum_repository

[student@server ~]$ ansible all -m yum_repository -a 'name=RH294_Base description="RH294 base software" baseurl="file:///mnt/BaseOS" gpgcheck=no '

[student@server ~]$ ansible all -m yum_repository -a 'name=RH294_Stream description="RH294 stream software" baseurl="file:///mnt/AppStream" gpgcheck=no '

blockinfile

[student@server ~]$ ansible all -m blockinfile -a 'path=/etc/yum.repos.d/RH294.base block="Name: RH294_BasenDescription: RH294 base softwarenBaseurl: file:///mnt/BaseOS/ngpgcheck=0"'
[student@server ~]$ ansible all -m blockinfile -a 'path=/etc/yum.repos.d/RH294.Appstream block="Name: RH294_StreamnDescription : RH294 stream softwarenBaseurl:file:///mnt/AppStream/ngpgcheck=0"'

lineinfile

[student@server ~]$ ansible node1 -m lineinfile -a 'path=/etc/yum.repos.d/RH294.base line=Name:" RH294_BasenDescription:RH294 base softwarenBaseurl: file:///mnt/BaseOS/ngpgcheck=0"'
 

copy

[student@server ~]$ ansible node1 -m copy -a "src=/etc/yum.repos.d/base.repo dest=/etc/yum.repos.d/base.repo"
 

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/826138.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号