<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configuration on My devblog</title><link>https://blog.fabricesemti.com/tags/configuration/</link><description>Recent content in Configuration on My devblog</description><generator>Hugo</generator><language>en</language><copyright>Copyright &amp;copy; 2023 Fabrice Semti - All rights reserverd</copyright><lastBuildDate>Thu, 29 Jan 2026 18:30:00 +0000</lastBuildDate><atom:link href="https://blog.fabricesemti.com/tags/configuration/index.xml" rel="self" type="application/rss+xml"/><item><title>Here Comes the Swarm 03</title><link>https://blog.fabricesemti.com/blog/29-01-2026-here-comes-the-swarm-03/</link><pubDate>Thu, 29 Jan 2026 18:30:00 +0000</pubDate><guid>https://blog.fabricesemti.com/blog/29-01-2026-here-comes-the-swarm-03/</guid><description>&lt;p&gt;We&amp;rsquo;ve got our VMs running. Now it&amp;rsquo;s time to turn them into something useful. That&amp;rsquo;s where Ansible comes in—my trusty configuration management tool that does all the heavy lifting.&lt;/p&gt;
&lt;h2 id="the-ansible-setup" class="relative group"&gt;The Ansible Setup &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#the-ansible-setup" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;The playbooks live in &lt;a href="https://github.com/fabricesemti80/project-dockerlab/tree/main/ansible" target="_blank" rel="noreferrer"&gt;ansible/&lt;/a&gt;. I use a few external roles (thank you, Galaxy) plus some custom roles I wrote myself:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;geerlingguy.docker&lt;/strong&gt; - installs Docker (because why reinvent the wheel)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;geerlingguy.pip&lt;/strong&gt; - Python dependencies&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;fresh_install&lt;/strong&gt; - my custom role for base system configuration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;docker_swarm&lt;/strong&gt; - initializes the Swarm cluster&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;portainer&lt;/strong&gt; - deploys the management UI&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;github_runner&lt;/strong&gt; - sets up self-hosted GitHub Actions runners&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="inventory-knowing-your-nodes" class="relative group"&gt;Inventory: Knowing Your Nodes &lt;span class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100"&gt;&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700" style="text-decoration-line: none !important;" href="#inventory-knowing-your-nodes" aria-label="Anchor"&gt;#&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;Here&amp;rsquo;s how Ansible sees my cluster:&lt;/p&gt;</description></item></channel></rss>