Orange-Cyberdefense / GOAD

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

Error while ansible provisioning #182

Closed strishin closed 6 months ago

strishin commented 7 months ago

An unreachable error occurs at the very beginning of ansible provisioning. All machines are running and available on the network. Has anyone encountered something similar, maybe you know a solution?

fatal: [dc01]: UNREACHABLE! => {"changed": false, "msg": "basic: Bad HTTP response returned from server. Code 502", "unreachable": true}
fatal: [dc02]: UNREACHABLE! => {"changed": false, "msg": "basic: Bad HTTP response returned from server. Code 502", "unreachable": true}
fatal: [srv02]: UNREACHABLE! => {"changed": false, "msg": "basic: Bad HTTP response returned from server. Code 502", "unreachable": true}
fatal: [srv03]: UNREACHABLE! => {"changed": false, "msg": "basic: Bad HTTP response returned from server. Code 502", "unreachable": true}
fatal: [dc03]: UNREACHABLE! => {"changed": false, "msg": "basic: Bad HTTP response returned from server. Code 502", "unreachable": true}

image

Lumistika commented 7 months ago

Hi, check if you VM ip are OK. If it's good, try to uncomment : nano ad/GOAD/providers/virtualbox/inventory ansible_winrm_transport=basic ansible_port=5985

Mayfly277 commented 6 months ago

closed as no answer