<?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>Archiwa: vsphere - Virtualizatio&#039;n&#039;automation</title>
	<atom:link href="https://emilwypych.com/tag/vsphere/feed/" rel="self" type="application/rss+xml" />
	<link>https://emilwypych.com/tag/vsphere/</link>
	<description>by Emil</description>
	<lastBuildDate>Wed, 12 Dec 2018 10:35:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>Deploying multiple vSphere VMs with Terraform</title>
		<link>https://emilwypych.com/2017/10/15/deploying-multiple-vsphere-vms-terraform/</link>
					<comments>https://emilwypych.com/2017/10/15/deploying-multiple-vsphere-vms-terraform/#comments</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 15 Oct 2017 13:31:54 +0000</pubDate>
				<category><![CDATA[Terraform]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[terraform]]></category>
		<category><![CDATA[vsphere]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=320</guid>

					<description><![CDATA[Automation doesn&#8217;t mean only the ability to automate some process and repeating it over and over again. It means also the ability to automate every automated process &#8211; if it&#8217;s&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2017/10/15/deploying-multiple-vsphere-vms-terraform/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2017/10/15/deploying-multiple-vsphere-vms-terraform/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>Terraform vSphere provider is alive again &#8211; hostname variable</title>
		<link>https://emilwypych.com/2017/09/03/terraform-vsphere-provider-hostname-variable/</link>
					<comments>https://emilwypych.com/2017/09/03/terraform-vsphere-provider-hostname-variable/#respond</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 03 Sep 2017 16:38:18 +0000</pubDate>
				<category><![CDATA[Terraform]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[terraform]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=340</guid>

					<description><![CDATA[Yes, I have been waiting for it for a long time! When Hashicorp decided to separate Terraform Core from Providers, vSphere Provider died. It lasted two months &#8211; no merging,&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2017/09/03/terraform-vsphere-provider-hostname-variable/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2017/09/03/terraform-vsphere-provider-hostname-variable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Terraform to deploy VM with an additional disk in vSphere</title>
		<link>https://emilwypych.com/2017/05/05/terraform-deploy-vm-additional-disk-vsphere/</link>
					<comments>https://emilwypych.com/2017/05/05/terraform-deploy-vm-additional-disk-vsphere/#comments</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Fri, 05 May 2017 18:11:04 +0000</pubDate>
				<category><![CDATA[Terraform]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[terraform]]></category>
		<category><![CDATA[vsphere]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=203</guid>

					<description><![CDATA[Some time ago I wrote a post, which explains how to deploy VM in vSphere using a Terraform. It&#8217;s something like a universal Terraform configuration for vSphere. You don&#8217;t need&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2017/05/05/terraform-deploy-vm-additional-disk-vsphere/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2017/05/05/terraform-deploy-vm-additional-disk-vsphere/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Deploying vSphere VM with Terraform</title>
		<link>https://emilwypych.com/2017/02/26/deploying-vsphere-vm-with-terraform/</link>
					<comments>https://emilwypych.com/2017/02/26/deploying-vsphere-vm-with-terraform/#comments</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sun, 26 Feb 2017 19:48:19 +0000</pubDate>
				<category><![CDATA[Terraform]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[terraform]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vsphere]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=104</guid>

					<description><![CDATA[This article is outdated! Unfortunately, this article is outdated, so please be careful when you will implement this solution! Do you know when infrastructure deploying was revolutionized? It was the&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2017/02/26/deploying-vsphere-vm-with-terraform/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2017/02/26/deploying-vsphere-vm-with-terraform/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>ESXi upgrade permission denied</title>
		<link>https://emilwypych.com/2017/01/28/esxi-upgrade-permission-denied/</link>
					<comments>https://emilwypych.com/2017/01/28/esxi-upgrade-permission-denied/#respond</comments>
		
		<dc:creator><![CDATA[Emil]]></dc:creator>
		<pubDate>Sat, 28 Jan 2017 18:20:24 +0000</pubDate>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vsphere]]></category>
		<guid isPermaLink="false">https://emilwypych.com/?p=34</guid>

					<description><![CDATA[There are many bad things which can happen during the infrastructure upgrade. Sometimes it is caused by a sysadmin mistake, sometimes it may be a software bug, but it really&#160;<span class="readmore"><a class="more-link" href="https://emilwypych.com/2017/01/28/esxi-upgrade-permission-denied/">Continue reading</a></span><!-- .readmore -->
		]]></description>
		
					<wfw:commentRss>https://emilwypych.com/2017/01/28/esxi-upgrade-permission-denied/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 52/99 objects using Disk
Page Caching using Disk: Enhanced 
Minified using Disk

Served from: emilwypych.com @ 2025-12-01 05:09:49 by W3 Total Cache
-->