<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Infrastructure on </title>
    <link>https://stoeps.de/categories/infrastructure/</link>
    <description>Recent content in Infrastructure on </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>christoph.stoettner@stoeps.de (Christoph Stoettner)</managingEditor>
    <webMaster>christoph.stoettner@stoeps.de (Christoph Stoettner)</webMaster>
    <copyright>&amp;copy; 2026 Christoph Stöttner - This work is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) &lt;span class=&#39;footerimg&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/cc.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/by.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/sa.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;/span&gt;</copyright>
    <lastBuildDate>Mon, 08 Nov 2021 20:00:00 +0200</lastBuildDate><atom:link href="https://stoeps.de/categories/infrastructure/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Create your first installation with Ansible</title>
      <link>https://stoeps.de/posts/2021/ansible-start-first-installation/</link>
      <pubDate>Mon, 08 Nov 2021 20:00:00 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2021/ansible-start-first-installation/</guid>
      <description>&lt;p&gt;In the post &lt;a href=&#34;https://stoeps.de/posts/2021/terraform-kvm-create-environment/&#34; title=&#34;Create A Test Environment With Terraform And KVM&#34;&gt;Create A Test Environment with Terraform and KVM&lt;/a&gt; I created the first three virtual machines, now we configure a DNS server so name resolution works as expected.&lt;/p&gt;&#xA;&lt;p&gt;Since HCL Connections started to add Kubernetes to the stack, we need to use proper name resolution instead of just editing &lt;code&gt;/etc/hosts&lt;/code&gt;. That&amp;rsquo;s a bit of an effort, but in the end it is way easier than checking several hosts if the hosts file is uptodate.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2021/ansible-start-first-installation/feature.jpg" />
    </item>
    
    <item>
      <title>Create A Test Environment With Terraform And KVM</title>
      <link>https://stoeps.de/posts/2021/terraform-kvm-create-environment/</link>
      <pubDate>Sat, 06 Nov 2021 10:30:00 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2021/terraform-kvm-create-environment/</guid>
      <description>&lt;p&gt;I create a lot of virtual machines during the week to test deployments, or try to digg into problems of deployments. In the past I used Vmware Workstation, Oracle VirtualBox or MS HyperV on my desktops, but I also used Vmware ESX. I tried to use Vagrant and Packer to prepare images and distribute them, but wasn&amp;rsquo;t satisfied at all.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2021/terraform-kvm-create-environment/featured.png" />
    </item>
    
    <item>
      <title>Ansible Provisioning</title>
      <link>https://stoeps.de/posts/2019/20190609-ansible-provisioning/</link>
      <pubDate>Sun, 09 Jun 2019 21:30:44 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2019/20190609-ansible-provisioning/</guid>
      <description>&lt;p&gt;In the first two parts of this little devops series, I showed &lt;a href=&#34;https://stoeps.de/2019/06/02/20190602-packer-template-vsphere/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;build templates with Packer&lt;/a&gt; and &lt;a href=&#34;https://stoeps.de/2019/06/05/20190605-terraform-vsphere/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;deploying virtual-machines with Terraform&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Now we want to install some more packages on our new servers.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Provision servers with Terraform on vSphere</title>
      <link>https://stoeps.de/posts/2019/20190605-terraform-vsphere/</link>
      <pubDate>Wed, 05 Jun 2019 11:58:42 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2019/20190605-terraform-vsphere/</guid>
      <description>&lt;p&gt;My last &lt;a href=&#34;https://stoeps.de/2019/06/02/20190602-packer-template-vsphere/&#34; &gt;article&lt;/a&gt; showed how to build a server template with &lt;a href=&#34;https://packer.io&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Packer&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Now we want to use this template to create some servers on VMware vSphere.&#xA;DNS will be registered manually and all IP addresses will be defined as fixed in the config files.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Create vSphere Template with Packer</title>
      <link>https://stoeps.de/posts/2019/20190602-packer-template-vsphere/</link>
      <pubDate>Sun, 02 Jun 2019 00:44:18 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2019/20190602-packer-template-vsphere/</guid>
      <description>&lt;p&gt;The last months I built a lot of environments for tests with IBM Connections Componentpack, Rancher, plain Kubernetes, IBM Domino and some more.&#xA;In former years, I deployed single virtual machines, cloned them and created snapshots to &amp;ldquo;easily&amp;rdquo; jump back in cases of errors.&#xA;Then I found &lt;a href=&#34;https://packer.io&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Packer&lt;/a&gt;, which helped me to automate the first virtual machines on my local notebook.&lt;/p&gt;&#xA;&lt;p&gt;Now I use Packer to create templates for VMware vSphere, which then are deployed and multiplied with &lt;a href=&#34;https://terraform.io&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Terraform&lt;/a&gt;.&#xA;Terraform needs some packages installed in the template, that it can provision virtual machines on vSphere.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
