<?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 Work with Ansible Provisioner in Vagrant	</title>
	<atom:link href="https://www.ubuntumint.com/ansible-provisioner-in-vagrant/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/ansible-provisioner-in-vagrant/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:06:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Mike		</title>
		<link>https://www.ubuntumint.com/ansible-provisioner-in-vagrant/#comment-2136</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Fri, 01 Oct 2021 19:09:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1587#comment-2136</guid>

					<description><![CDATA[In the first section, when you use:
&lt;pre&gt;
config.vm.provision &quot;ansible&quot;
&lt;/pre&gt;
You will not be using the version of ansible or binary that you installed into the guest with the shell provisioner.

For that part, to work you must have had ansible installed on the Vagrant host. Only &lt;strong&gt;ansible_local&lt;/strong&gt; will use ansible directly on the guest.]]></description>
			<content:encoded><![CDATA[<p>In the first section, when you use:</p>
<pre>
config.vm.provision "ansible"
</pre>
<p>You will not be using the version of ansible or binary that you installed into the guest with the shell provisioner.</p>
<p>For that part, to work you must have had ansible installed on the Vagrant host. Only <strong>ansible_local</strong> will use ansible directly on the guest.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
