Skip to content

Vmware

Quote

"Virtualbox c'est no way" @mpgn

vagrant icon_vwmare icon_ansible

Prerequisites

  • Providing

  • Provisioning

    • Python3 (version between [3.8, 3.11])
    • goad requirements
    • ansible-galaxy goad requirements

check dependencies

./goad.sh -p vmware
GOAD/vmware/local/192.168.56.X > check

vmware_check.png

Info

If there is some missing dependencies goes to the installation chapter and follow the guide according to your os.

Note

check give mandatory dependencies in red and non mandatory in yellow (but you should be compliant with them too depending one your operating system)

Install

  • To install run the goad script and launch install or use the goad script arguments
./goad.sh -p vmware
GOAD/vmware/local/192.168.56.X > set_lab <lab>  # here choose the lab you want (GOAD/GOAD-Light/NHA/SCCM)
GOAD/vmware/local/192.168.56.X > set_ip_range <ip_range>  # here choose the  ip range you want to use ex: 192.168.56 (only the first three digits)
GOAD/vmware/local/192.168.56.X > install

vmware_install

  • or all in command line with arguments
./goad.sh -t install -p vmware -l <lab> -ip <ip_range_to_use>