<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install and Configure &#8216;Ansible&#8217; Automation Tool for IT Management &#8211; Part 1	</title>
	<atom:link href="https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 14 Apr 2021 12:28:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: sangali		</title>
		<link>https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1476080</link>

		<dc:creator><![CDATA[sangali]]></dc:creator>
		<pubDate>Wed, 14 Apr 2021 12:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11066#comment-1476080</guid>

					<description><![CDATA[Excellent article on Ansible for starters!]]></description>
			<content:encoded><![CDATA[<p>Excellent article on Ansible for starters!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rostand Mukendi		</title>
		<link>https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1448794</link>

		<dc:creator><![CDATA[Rostand Mukendi]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 23:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11066#comment-1448794</guid>

					<description><![CDATA[It&#039;s a really interesting article on Ansible...]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a really interesting article on Ansible&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tamilarasan Subramaniam		</title>
		<link>https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1334387</link>

		<dc:creator><![CDATA[Tamilarasan Subramaniam]]></dc:creator>
		<pubDate>Tue, 19 May 2020 11:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11066#comment-1334387</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1248974&quot;&gt;kathirvel&lt;/a&gt;.

Use &lt;code&gt;--ask-pass&lt;/code&gt; command will ask to enter the password.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1248974">kathirvel</a>.</p>
<p>Use <code>--ask-pass</code> command will ask to enter the password.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kathirvel		</title>
		<link>https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1248974</link>

		<dc:creator><![CDATA[kathirvel]]></dc:creator>
		<pubDate>Fri, 20 Sep 2019 10:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11066#comment-1248974</guid>

					<description><![CDATA[I don&#039;t want to use ssh-key for ansible, what I need is I always need to use passwords for each and every commands 

how to configure that?]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t want to use ssh-key for ansible, what I need is I always need to use passwords for each and every commands </p>
<p>how to configure that?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vivek		</title>
		<link>https://www.tecmint.com/install-and-configure-ansible-automation-tool-in-linux/comment-page-1/#comment-1128471</link>

		<dc:creator><![CDATA[Vivek]]></dc:creator>
		<pubDate>Tue, 09 Apr 2019 18:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11066#comment-1128471</guid>

					<description><![CDATA[&lt;pre&gt;
# ansible -m ping -all
&lt;/pre&gt;
is not a right one

Replace with below mentioned command:
&lt;pre&gt;
# ansible -m ping all
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<pre>
# ansible -m ping -all
</pre>
<p>is not a right one</p>
<p>Replace with below mentioned command:</p>
<pre>
# ansible -m ping all
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
