devops-coop / ansible-haproxy

Installs and configure HAProxy
Apache License 2.0
96 stars 97 forks source link

Added yum_repository task #50

Closed Rodjers closed 8 years ago

Rodjers commented 8 years ago

Changed from adding the yum EPEL repo using template to using the yum_repository task.

pbuyle commented 8 years ago

Sorry for the delay and lack of actions. We are finding that we are not using this role anymore and cannot commit to its maintenance. We are looking for an individual or organization to take over. Please see #53 if you are interested.

benwebber commented 8 years ago

I'm afraid are far too many unrelated changes in this PR. Switching to yum_repository will also require users to upgrade to Ansible 2.1.

While I agree that we shouldn't template the EPEL repo, the standard way to install the repo is to use the release RPM. I've opened #55 to address this.