Guillaume Coré
2018-03-13 36ab5e56429d6fc112724b45e48001289e6d5ec6
refs
author Guillaume Coré <gucore@redhat.com>
Tuesday, March 13, 2018 14:27 +0100
committer Guillaume Coré <gucore@redhat.com>
Tuesday, March 13, 2018 14:27 +0100
commit36ab5e56429d6fc112724b45e48001289e6d5ec6
tree 7d081cd2fe6dc4eea9503542c4a46b2922628e89 tree | zip | gz
parent 9b5e0a3f53271de07dc4584e8b72eb09a7175ca2 view | diff
use HTTP instead of HTTPS for epel repos

Sometime deployment fails with this error:

failed: [ec2-13-229-161-164.ap-southeast-1.compute.amazonaws.com] (item=[u'python', u'unzip', u'bash-completion', u'tmux', u'bind-utils', u'wget', u'git', u'vim-enhanced', u'at', u'ansible']) => {"changed": fals
e, "item": ["python", "unzip", "bash-completion", "tmux", "bind-utils", "wget", "git", "vim-enhanced", "at", "ansible"], "msg": "Failure talking to yum: File /var/cache/yum/x86_64/7Server/epel/metalink.xml does
not exist"}

When you google that error, you find a lot of issues related to EPEL and ssl (ca-certificates).
5 files modified
10 ■■■■ changed files
ansible/configs/ans-network-lab/files/repos_template.j2 2 ●●● diff | view | raw | blame | history
ansible/configs/ans-tower-lab/files/repos_template.j2 2 ●●● diff | view | raw | blame | history
ansible/configs/auth-playground-lab/files/repos_template.j2 2 ●●● diff | view | raw | blame | history
ansible/configs/generic-example/files/repos_template.j2 2 ●●● diff | view | raw | blame | history
ansible/configs/three-tier-app/files/repos_template.j2 2 ●●● diff | view | raw | blame | history