Add network mask variables for Hypervisor static IP assigments

This commit is contained in:
2024-10-30 14:33:38 +01:00
parent c8dd89681b
commit ca5a3c8807
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
vm_ip: "{{ inventory_hostname }}/24"
vm_ip: "{{ inventory_hostname }}/{{ vm_nms }}"
install_type: "virtual"
cis: false