Search found 2 matches

by obilyk
Tue Aug 12, 2025 11:02 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Ansible Values During OVF Deployment..
Replies: 8
Views: 28165

Re: Ansible Values During OVF Deployment..

Hi, I found solution for this issue, these property are part of class: mgmnt. So you should use full name of property, like: mgmnt.ipaddress: '192.168.1.205' mgmnt.netmask: '24' # netmask length, CIDR notation, i.e. '24' mgmnt.gateway: '192.168.1.1' The OVF template also has a mandatory property (bo...