<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Homelab &amp; Infrastructure</title><link>https://firminmoyen.dev/</link><description>Recent content on Homelab &amp; Infrastructure</description><generator>Hugo</generator><language>fr-FR</language><lastBuildDate>Thu, 27 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://firminmoyen.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>Proxmox : premiers pas sur le homelab</title><link>https://firminmoyen.dev/journal/proxmox-homelab-premiers-pas/</link><pubDate>Thu, 27 Aug 2026 00:00:00 +0000</pubDate><guid>https://firminmoyen.dev/journal/proxmox-homelab-premiers-pas/</guid><description>&lt;p&gt;Mise en place initiale d&amp;rsquo;un nœud Proxmox VE sur le homelab, avant
automatisation via Ansible.&lt;/p&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;p&gt;Installation depuis l&amp;rsquo;image ISO officielle, sur un disque NVMe dédié. Réseau
configuré en bridge (&lt;code&gt;vmbr0&lt;/code&gt;) pour exposer les VMs directement sur le LAN.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Vérifier la version installée&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;pveversion
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Lister les nœuds du cluster (ici un seul nœud)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;pvecm nodes
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="stockage"&gt;Stockage&lt;/h2&gt;
&lt;p&gt;Deux types de stockage configurés :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;local-lvm&lt;/code&gt; pour les disques des VMs (thin provisioning)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;local&lt;/code&gt; pour les ISOs et templates de conteneurs&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="prochaines-étapes"&gt;Prochaines étapes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Provisioning des VMs via l&amp;rsquo;API Proxmox depuis Ansible&lt;/li&gt;
&lt;li&gt;Mise en place d&amp;rsquo;un exporter Prometheus pour le monitoring du nœud&lt;/li&gt;
&lt;li&gt;Sauvegardes automatisées vers un stockage externe&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>