Does not seem to be able to be installed on a Redhat 7.1 server. I keep getting this error :
TASK: [packages_el | install yum repositories] ********************************
failed: [localhost] => (item=http://download.opensuse.org/repositories/home:cedric-vincent/CentOS_7/home:cedric-vincent.repo) => {“dest”: “/etc/yum.repos.d/”, “failed”: true, “gid”: 0, “group”: “root”, “item”: “http://download.opensuse.org/repositories/home:cedric-vincent/CentOS_7/home:cedric-vincent.repo”, “mode”: “0755”, “owner”: “root”, “response”: “Request failed: <urlopen error [Errno -2] Name or service not known>”, “secontext”: “system_u:object_r:system_conf_t:s0”, “size”: 64, “state”: “directory”, “status_code”: -1, “uid”: 0, “url”: “http://download.opensuse.org/repositories/home:cedric-vincent/CentOS_7/home:cedric-vincent.repo”}
msg: Request failed
FATAL: all hosts have already failed – aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/site.retry
localhost : ok=18 changed=1 unreachable=0 failed=1
Anyone know how I can debug this issue.
My Ansible server uses a proxy. But I don’t believe this is the issue since I am able to open le url “http://download.opensuse.org/repositories/home:cedric-vincent/CentOS_7/home:cedric-vincent.repo” which is Redhat compatible.