Projects STRLCPY GOAD Commits 506fc6a4
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 12 lines
    13 13  ## licenses
    14 14  This lab use free windows VM only (180 days). After that delay enter a license on each server or rebuild all the lab (may be it's time for an update ;))
    15 15   
    16  -## Want to discuss about ad and the GOAD project
    17  - 
    18  -- Discord : https://discord.gg/NYy7rsMf3u
    19  - 
    20 16  ## Installation
    21 17   
    22 18  - Installation is in two part :
    skipped 150 lines
    173 169  ```
    174 170  ansible-playbook main.yml
    175 171  ```
     172 + 
     173 +## If you want to discuss about Active Directory and the GOAD project
     174 + 
     175 +- Join us on Discord : https://discord.gg/NYy7rsMf3u
    176 176   
    177 177  ## LAB Content - sevenkingdoms.local / north.sevenkingdoms.local / essos.local
    178 178   
    skipped 247 lines
    426 426  ansible-playbook main.yml
    427 427  ```
    428 428   
    429  -### Ansible-playbook
    430  - 
    431  -#### Groups domain error
     429 +### Groups domain error
    432 430   
    433 431  - something go wrong with the trust, all the links are not fully establish
    434 432  - wait several minutes and relaunch the playbook
    skipped 4 lines
    439 437  failed: [192.168.56.xx] (item={'key': 'DragonsFriends', 'value': ['sevenkingdoms.local\\tyron.lannister', 'essos.local\\daenerys.targaryen']}) => {"ansible_loop_var": "item", "attempts": 3, "changed": false, "item": {"key": "DragonsFriends", "value": ["north.sevenkingdoms.local\\jon.snow", "sevenkingdoms.local\\tyron.lannister", "essos.local\\daenerys.targaryen"]}, "msg": "Unhandled exception while executing module: Either the target name is incorrect or the server has rejected the client credentials."}
    440 438  ```
    441 439   
    442  -#### Error Add-Warning
     440 +### Error Add-Warning
    443 441   
    444 442  - You got an "Add-Warning" error during the user installation.
    445 443  - Upgrade to community.windows galaxy >= 1.11.0
    skipped 6 lines
    452 450  "msg": "Unhandled exception while executing module: The term 'Add-Warning' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."}+
    453 451  ```
    454 452   
    455  -#### A parameter cannot be found that matches parameter name 'AcceptLicense'
     453 +### A parameter cannot be found that matches parameter name 'AcceptLicense'
    456 454   
    457 455  - If you got this kind of error you got an ansible.windows version >= 1.11.0
    458 456  - This version add the parameter AcceptLicense but it is accepted only for PowerShellGet module >= 1.6.0 and this one is not embededded in the vms.
    skipped 9 lines
    468 466  }
    469 467  ```
    470 468   
    471  -#### old Ansible version
     469 +### old Ansible version
    472 470   
    473 471  ```bash
    474 472  ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
    skipped 8 lines
    483 481   
    484 482  solution : upgrade Ansible
    485 483   
    486  -##### old ansible.windows version
     484 +#### old ansible.windows version
    487 485  ```bash
    488 486  ERROR! couldn't resolve module/action 'win_powershell'. This often indicates a misspelling, missing collection, or incorrect module path.
    489 487  ```
    skipped 79 lines
Please wait...
Page is in error, reload to recover