{"id":13647637,"url":"https://github.com/devops-coop/ansible-haproxy","last_synced_at":"2025-04-22T02:32:20.737Z","repository":{"id":17222889,"uuid":"19991730","full_name":"devops-coop/ansible-haproxy","owner":"devops-coop","description":"Installs and configure HAProxy","archived":false,"fork":false,"pushed_at":"2022-12-22T19:33:02.000Z","size":138,"stargazers_count":96,"open_issues_count":21,"forks_count":97,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-03T09:11:49.127Z","etag":null,"topics":["ansible","haproxy"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devops-coop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-20T18:06:28.000Z","updated_at":"2024-09-07T00:37:58.000Z","dependencies_parsed_at":"2023-01-11T19:32:55.230Z","dependency_job_id":null,"html_url":"https://github.com/devops-coop/ansible-haproxy","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-coop%2Fansible-haproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-coop%2Fansible-haproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-coop%2Fansible-haproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-coop%2Fansible-haproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops-coop","download_url":"https://codeload.github.com/devops-coop/ansible-haproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250163762,"owners_count":21385306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","haproxy"],"created_at":"2024-08-02T01:03:41.002Z","updated_at":"2025-04-22T02:32:20.467Z","avatar_url":"https://github.com/devops-coop.png","language":"Ruby","readme":"haproxy\n========\n\nInstalls and configures [HAProxy 1.5](http://www.haproxy.org/).\n\nVersions\n--------\n\n**WARNING:** This is the README for the `master` branch, which tracks the development of version 2 and targets Ansible 2.x. This branch is under active development and will include breaking changes.\n\nThe **last release** in the 1.x series is [1.2.0](https://github.com/devops-coop/ansible-haproxy/tree/v1.2.0).\n\nFeatures\n--------\n\n* Supports Alpine, CentOS, Debian, and Ubuntu.\n* Installs HAProxy 1.5 from official repositories on Debian and Ubuntu.\n* Installs EPEL repository on CentOS.\n\nRole Variables\n--------------\n\n* `haproxy_global`\n\n    Global HAProxy settings.\n* `haproxy_defaults`\n\n    Default settings for frontends, backends, and listen proxies.\n* `haproxy_resolvers`\n\n    A list of HAProxy resolvers.\n* `haproxy_backends`\n\n    A list of HAProxy backends.\n* `haproxy_frontends`\n\n    A list of HAProxy frontends.\n* `haproxy_listen`\n\n    A list of listen proxies.\n\nSee [`vars/main.yml`](vars/main.yml) for a complete list of configurable .\n\nExample\n-------\n\n```yaml\n- hosts: loadbalancers\n  roles:\n     - role: haproxy\n       haproxy_frontends:\n       - name: 'fe-mysupersite'\n         ip: '123.123.123.120'\n         port: '80'\n         maxconn: '1000'\n         default_backend: 'be-mysupersite'\n       haproxy_backends:\n       - name: 'be-mysupersite'\n         description: 'mysupersite is really cool'\n         servers:\n           - name: 'be-mysupersite-01'\n             ip: '192.168.1.100'\n```\n\nLicense\n-------\n\nApache v2\n","funding_links":[],"categories":["haproxy","Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-coop%2Fansible-haproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops-coop%2Fansible-haproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-coop%2Fansible-haproxy/lists"}