Orange-Cyberdefense / GOAD

game of active directory
GNU General Public License v3.0
5.12k stars 715 forks source link

Missing WS01 in virtualbox/Vagrantfile #176

Closed Bigyls closed 8 months ago

Bigyls commented 8 months ago

Hello,

After git clone and following instalation, WS01 is always missing in ansible playbook with fllowing errors:

image

In fact, in ad/GOAD/providers/virtualbox folder, the inventory file contain following line : ws01 ansible_host=192.168.56.30 dns_domain=dc01 dict_key=ws01 but Vagrantfile doesn't contain following line : { :name => "GOAD-WS01", :ip => "192.168.56.30", :box => "mayfly/windows10", :os => "windows"},.

So, WS01 is never downloaded with vagrant up and ansible playblook can't find it.

https://github.com/Orange-Cyberdefense/GOAD/commit/cb18a7e4a66668cd57b31dbec4bb7da93b989866

Mayfly277 commented 8 months ago

my bad, fixed ;)