Hi Folks,
I am writing that ansible to register Mule server .It’s fine you don’t Mule I do believe you can still help me. Here is the Error :
failed: [ip-172-31-57-168.ec2.internal] => {“content”: “”, “content_length”: “0”, “date”: “Wed, 13 Apr 2016 20:23:32 GMT”, “failed”: true, “location”: “http://ec2-54-165-243-43.compute-1.amazonaws.com:8080/mmc-console-3.6.2/login.jsp;jsessionid=F7534E8A910F63C9AE877723F908F55E”, “redirected”: false, “server”: “Apache-Coyote/1.1”, “set_cookie”: “JSESSIONID=F7534E8A910F63C9AE877723F908F55E; Path=/mmc-console-3.6.2/; HttpOnly”, “status”: 302}
msg: Status code was not [200]
FATAL: all hosts have already failed – aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/master.retry
ip-172-31-57-168.ec2.internal : ok=32 changed=8 unreachable=0 failed=1
My Ansible returning that error message is :
- uri:
url: http://ec2-54-165-243-43.compute-1.amazonaws.com:8080/mmc-console-3.6.2/api/servers
method: POST
user: admin
password: admin
return_content: yes
body: “{"name": "ec2-52-207-234-33.compute-1.amazonaws.com", "agentUrl": "http//ec2-52-207-234-33.compute-1.amazonaws.com:7777/mmc-support", "mmc_group_id": "local$4459223d-fa52-44b8-bdb4-7409fe96dd77"}”
body_format: json
In addition, whenever I am adding status_code: 302 it run fine but that’s not what I want to do . Any ideas is Welcome !!!