<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; ansible</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/ansible/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下安装Ansible自动化运维工具</title>
		<link>https://www.osyunwei.com/archives/14381.html</link>
		<comments>https://www.osyunwei.com/archives/14381.html#comments</comments>
		<pubDate>Tue, 09 Jul 2024 10:12:46 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ansible]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14381</guid>
		<description><![CDATA[1、使用yum包管理器安装 #创建安装包下载目录 mkdir -p /data/soft/ansible #下载ansible及其所有依赖 yum -y install epel-release #CentOS系统需要安装第三方yum源 yum install -y ansible --downloadonly --downloaddir=/data/soft/ansible #离线安装 cd /data/soft/ansible yum localinstall *.rpm -y #查看版本 ansible --version 2、使用pip安装 cd /data/soft/ansible pip3 download --index-url https://mirrors.aliyun.com/pypi/simple/ ansible==2.9.27 #离线安装 pip3 install ansible==2.9.27 --no-index --find-links=file:///data/soft/ansible #查看版本 ansible --version # 下载ansible的RPM包，也可以直接使用rpm包进行安装 https://releases.ansible.com/ansible/rpm/release/ansible-2.9.10-1.el7.ans.noarch.rpm https://pkgs.org/search/?q=ansible https://rpmfind.net/linux/rpm2html/search.php?query=ansible&#038;submit=Search+... sudo rpm -ivh ansible-2.9.10-1.el7.ans.noarch.rpm  #安装 &#160;&#160;&#160;&#160;&#160;» [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14381.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14381.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
