“Failure talking to yum: Could not contact any CDS load balancers: rhui2-cds01.us-east-2.aws.ce.redhat.com, rhui2-cds02.us-east-2.aws.ce.redhat.com.”
got this error when about to install wget via yum
“Failure talking to yum: Could not contact any CDS load balancers: rhui2-cds01.us-east-2.aws.ce.redhat.com, rhui2-cds02.us-east-2.aws.ce.redhat.com.”
got this error when about to install wget via yum
Is this an Ansible issue?
Anyway, the commonest reason for things like this is that the instance cannot talk to the Internet.
Check that the instance either has a public address in a subnet routing over an IGW, or is in a subnet that is routing over a NAT gateway.
Regards, K.
Hello kauer
i have check all the possible scenarios for this but things are not working yes the instance goes with public ip .
ansible prod-wiki-web1 -i prod-list -m yum -a “name=wget state=present”
prod-wiki-web1 | FAILED! => {
“changed”: false,
“msg”: “Failure talking to yum: Could not contact any CDS load balancers: rhui2-cds01.us-east-2.aws.ce.redhat.com, rhui2-cds02.us-east-2.aws.ce.redhat.com.”
}
agreed. Does not look like an ansible issue. Try manually and see what you get. I would verify the RHN/Satellite connections.
Hello doing normally by yum install its working but when its comming to othe adhoc ansible execution its being failed