Projects STRLCPY GOAD Commits 87c6ec8a
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 169 lines
    170 170  ansible-playbook main.yml
    171 171  ```
    172 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 + 
    173 177  ## LAB Content - sevenkingdoms.local / north.sevenkingdoms.local / essos.local
    174 178   
    175 179  ![v2_overview.png](./docs/img/v2_overview.png)
    skipped 246 lines
    422 426  ansible-playbook main.yml
    423 427  ```
    424 428   
    425  -### Ansible-playbook
    426  - 
    427  -#### Groups domain error
     429 +### Groups domain error
    428 430   
    429 431  - something go wrong with the trust, all the links are not fully establish
    430 432  - wait several minutes and relaunch the playbook
    skipped 4 lines
    435 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."}
    436 438  ```
    437 439   
    438  -#### Error Add-Warning
     440 +### Error Add-Warning
    439 441   
    440 442  - You got an "Add-Warning" error during the user installation.
    441 443  - Upgrade to community.windows galaxy >= 1.11.0
    skipped 6 lines
    448 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."}+
    449 451  ```
    450 452   
    451  -#### A parameter cannot be found that matches parameter name 'AcceptLicense'
     453 +### A parameter cannot be found that matches parameter name 'AcceptLicense'
    452 454   
    453 455  - If you got this kind of error you got an ansible.windows version >= 1.11.0
    454 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
    464 466  }
    465 467  ```
    466 468   
    467  -#### old Ansible version
     469 +### old Ansible version
    468 470   
    469 471  ```bash
    470 472  ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
    skipped 8 lines
    479 481   
    480 482  solution : upgrade Ansible
    481 483   
    482  -##### old ansible.windows version
     484 +#### old ansible.windows version
    483 485  ```bash
    484 486  ERROR! couldn't resolve module/action 'win_powershell'. This often indicates a misspelling, missing collection, or incorrect module path.
    485 487  ```
    skipped 79 lines
Please wait...
Page is in error, reload to recover