Mayfly
Mayfly
Timeout during install mean your vm is certainly doing some update. Reboot the vms, rerun main.yml and all will be good ;)
can you give me your os and the way you install arsenal so i can reproduce the issue ?
try to reboot srv02, verify there is no dns issue and you can resolve north.sevenkingdoms.local from the server. than try to rerun the playbook
really great work ! i have some remarks on the goad.sh scripts modification but no big deal. Also i need to do tests, but i have no esxi to do...
This error is because you didn't have internet on the vms. verify pfsense can resolve dns and verify pfsense allow the goad vlan to contact internet.
if you got MSSQL install issue please follow this : - Login to the vm who fail to install mssql (login with vagrant:vagrant local admin) - uninstall all mssql programs...
thanks a lot, very nice work, but i will need some time to test this ^^
Vagrant fail to intiate the winrm connection (see : https://github.com/hashicorp/vagrant/issues/13211#issuecomment-1601665940). Have you tried with the last version of vagrant ? (not the one from debian repo)
can you try to vagrant up a simple machine out of goad project ? like : ``` vagrant init mayfly/windows_server2019 \ --box-version 2023.10.19 vagrant up ``` and tell me what...
ok so try something like that : - create a new folder outside goad : ``` cd ~ mkdir testvm cd testvm ``` - create a Vagrantfile like that :...