docs 📝: Update documentation for VM configuration
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.
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
# sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}"
|
# sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}"
|
||||||
storage: local-lvm
|
storage: local-lvm
|
||||||
disk_size: 32G
|
disk_size: 32G
|
||||||
vlan: 50
|
# vlan: 50
|
||||||
ip_address: 192.168.2.98/24
|
ip_address: 192.168.2.98/24
|
||||||
gateway: 192.168.2.1
|
gateway: 192.168.2.1
|
||||||
nameservers:
|
nameservers:
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
# sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}"
|
# sshkeys: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_rsa.pub') }}"
|
||||||
storage: local-lvm
|
storage: local-lvm
|
||||||
disk_size: 64G
|
disk_size: 64G
|
||||||
vlan: 50
|
# vlan: 50
|
||||||
ip_address: 192.168.2.99/24
|
ip_address: 192.168.2.99/24
|
||||||
gateway: 192.168.2.1
|
gateway: 192.168.2.1
|
||||||
nameservers:
|
nameservers:
|
||||||
|
|||||||
Reference in New Issue
Block a user