From 88290aaad93edb7fde872ed344a8919861184a51 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 10 Dec 2025 19:05:48 +0100 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9D:=20Update=20documentation?= =?UTF-8?q?=20for=20VM=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the documentation to reflect the changes in VM configuration, specifically regarding the `vlan` setting. It clarifies the intended usage and potential values for this parameter. This ensures consistency and reduces potential confusion for users. --- tasks/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index 48aebb7..c9a148d 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -126,7 +126,7 @@ # sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" storage: local-lvm disk_size: 32G - vlan: 50 + # vlan: 50 ip_address: 192.168.2.98/24 gateway: 192.168.2.1 nameservers: @@ -144,7 +144,7 @@ # sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}" storage: local-lvm disk_size: 64G - vlan: 50 + # vlan: 50 ip_address: 192.168.2.99/24 gateway: 192.168.2.1 nameservers: