You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [domain_controller : Install XactiveDirectory] *****************************************************************************************************
fatal: [dc01]: FAILED! => {"changed": false, "msg": "Problems installing ActiveDirectoryDSC module: No match was found for the specified search criteria and module name 'ActiveDirectoryDSC'. Try Get-PSRepository to see all available registered module repositories.", "nuget_changed": false, "output": "", "repository_changed": false}
fatal: [dc03]: FAILED! => {"changed": false, "msg": "Problems installing ActiveDirectoryDSC module: No match was found for the specified search criteria and module name 'ActiveDirectoryDSC'. Try Get-PSRepository to see all available registered module repositories.", "nuget_changed": false, "output": "", "repository_changed": false}
To fix this issue what i did was logged in to the dc with rdp and default credentials that is vagrant:vagrant then change the dns setting in control panel network tab from 127.0.0.1 to
After doing this you need to install ActiveDirectoryDSC service manually. Once above step is done make sure you have active internet connection. Then run the following command in powershelll
@Mayfly277 This issue occur due to this step
[started TASK: domain_controller : disable the registration of the {{nat_adapter}} interface (NAT address) in DNS on dc.
Maybe disabling the registration at the end of installation will fix this
This worked @Gaurav-G2 , but got this error now : fatal: [srv02]: FAILED! => {"changed": true, "msg": "failed to join domain: Computer 'castelblack' failed to join domain 'north.sevenkingdoms.local' from its current workgroup 'WORKGROUP' with following error message: The specified domain either does not exist or could not be contacted.", "reboot_required": false}
TASK [domain_controller : Install XactiveDirectory] *****************************************************************************************************
fatal: [dc01]: FAILED! => {"changed": false, "msg": "Problems installing ActiveDirectoryDSC module: No match was found for the specified search criteria and module name 'ActiveDirectoryDSC'. Try Get-PSRepository to see all available registered module repositories.", "nuget_changed": false, "output": "", "repository_changed": false}
fatal: [dc03]: FAILED! => {"changed": false, "msg": "Problems installing ActiveDirectoryDSC module: No match was found for the specified search criteria and module name 'ActiveDirectoryDSC'. Try Get-PSRepository to see all available registered module repositories.", "nuget_changed": false, "output": "", "repository_changed": false}
PLAY RECAP **********************************************************************************************************************************************
dc01 : ok=14 changed=2 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0
dc02 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
dc03 : ok=9 changed=2 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0
srv02 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
srv03 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
[-] 3 fails abort.
[-] Something wrong during the provisioning task : ad-parent_domain.yml
GOAD/virtualbox/local/192.168.57.X (4df19b-goad-virtualbox) >
The text was updated successfully, but these errors were encountered: