<?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 Use Ansible Playbooks to Automate Complex Tasks on Multiple Remote Servers &#8211; Part 2	</title>
	<atom:link href="https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 03 Nov 2021 08:41:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: wajid shaikh		</title>
		<link>https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-1633564</link>

		<dc:creator><![CDATA[wajid shaikh]]></dc:creator>
		<pubDate>Wed, 03 Nov 2021 08:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16083#comment-1633564</guid>

					<description><![CDATA[Hello TecMint Team,

Need your small help, I want to collect multi-data from at least 50 servers like their RAM, os-version, Disk space,kernel-version, and so on things, I have created one script there I am able to get data as required at the remote host, but I want that all 50 remote host data which available at there /tmp/report-1. I want to fetch and override all 50 server data into one file at a local ansible machine.

Thanks in advance for your help.

Best Regards,
Wajid Shaikh]]></description>
			<content:encoded><![CDATA[<p>Hello TecMint Team,</p>
<p>Need your small help, I want to collect multi-data from at least 50 servers like their RAM, os-version, Disk space,kernel-version, and so on things, I have created one script there I am able to get data as required at the remote host, but I want that all 50 remote host data which available at there /tmp/report-1. I want to fetch and override all 50 server data into one file at a local ansible machine.</p>
<p>Thanks in advance for your help.</p>
<p>Best Regards,<br />
Wajid Shaikh</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Khushal Bisht		</title>
		<link>https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-1011750</link>

		<dc:creator><![CDATA[Khushal Bisht]]></dc:creator>
		<pubDate>Thu, 05 Jul 2018 10:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16083#comment-1011750</guid>

					<description><![CDATA[Hi All

Can anyone tell me how to set hostname using ansible. Please find the given below requirement. 

I have 100 servers and I want set hostname like &lt;strong&gt;web01&lt;/strong&gt; for first server and second server &lt;strong&gt;web02&lt;/strong&gt; and so on. Please help me out for the same.

I have also use ansible module hostname but it works only when I am set same hostname in 100 servers.]]></description>
			<content:encoded><![CDATA[<p>Hi All</p>
<p>Can anyone tell me how to set hostname using ansible. Please find the given below requirement. </p>
<p>I have 100 servers and I want set hostname like <strong>web01</strong> for first server and second server <strong>web02</strong> and so on. Please help me out for the same.</p>
<p>I have also use ansible module hostname but it works only when I am set same hostname in 100 servers.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kapendra		</title>
		<link>https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-972958</link>

		<dc:creator><![CDATA[kapendra]]></dc:creator>
		<pubDate>Mon, 26 Feb 2018 07:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16083#comment-972958</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-730243&quot;&gt;anil&lt;/a&gt;.

I got the fix. 

its all about proper indentation of the file.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-730243">anil</a>.</p>
<p>I got the fix. </p>
<p>its all about proper indentation of the file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Prasanth		</title>
		<link>https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-939325</link>

		<dc:creator><![CDATA[Prasanth]]></dc:creator>
		<pubDate>Thu, 23 Nov 2017 01:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16083#comment-939325</guid>

					<description><![CDATA[Hi, When I run multiple server automation on ansible, it generates reports individually for each servers. that is making me tough when testing multiple servers at a time and wanted to how many failed and how many passed. is there any way that i can get a single report (resulting all servers) in ansible automation?]]></description>
			<content:encoded><![CDATA[<p>Hi, When I run multiple server automation on ansible, it generates reports individually for each servers. that is making me tough when testing multiple servers at a time and wanted to how many failed and how many passed. is there any way that i can get a single report (resulting all servers) in ansible automation?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: prashant		</title>
		<link>https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-886312</link>

		<dc:creator><![CDATA[prashant]]></dc:creator>
		<pubDate>Thu, 27 Apr 2017 11:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16083#comment-886312</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-855064&quot;&gt;sumit kumar&lt;/a&gt;.

you need to change your &lt;strong&gt;hosts=&lt;/strong&gt; in the hosts group you added in you anisble host.

example here in tecmint its  -&quot;hosts: webservers&quot; replace webservers with entry you did in /etc/anisble/hosts

[group]
ip address]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/use-ansible-playbooks-to-automate-complex-tasks-on-multiple-linux-servers/comment-page-1/#comment-855064">sumit kumar</a>.</p>
<p>you need to change your <strong>hosts=</strong> in the hosts group you added in you anisble host.</p>
<p>example here in tecmint its  -&#8220;hosts: webservers&#8221; replace webservers with entry you did in /etc/anisble/hosts</p>
<p>[group]<br />
ip address</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
