{"id":18046842,"url":"https://github.com/kairen/keepalived-ansible","last_synced_at":"2026-01-19T14:33:10.903Z","repository":{"id":91832817,"uuid":"117494707","full_name":"kairen/keepalived-ansible","owner":"kairen","description":"Simple ansible playbook for keepalived.","archived":false,"fork":false,"pushed_at":"2018-01-15T04:17:49.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T04:26:22.232Z","etag":null,"topics":["keepalived","keepalived-ansible"],"latest_commit_sha":null,"homepage":"","language":null,"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/kairen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-15T03:52:59.000Z","updated_at":"2018-05-14T08:29:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"657441c7-5360-4568-80a8-a90b85ca722a","html_url":"https://github.com/kairen/keepalived-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kairen/keepalived-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kairen%2Fkeepalived-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kairen%2Fkeepalived-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kairen%2Fkeepalived-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kairen%2Fkeepalived-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kairen","download_url":"https://codeload.github.com/kairen/keepalived-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kairen%2Fkeepalived-ansible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28571793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["keepalived","keepalived-ansible"],"created_at":"2024-10-30T19:09:29.838Z","updated_at":"2026-01-19T14:33:10.885Z","avatar_url":"https://github.com/kairen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keepalived Ansible Role\nAnsible playbooks to setup the Keepalived cluster via APT or YUM.\n\n## Quick Start\nTo create inventory file, and add the follow content:\n```sh\n[keepalived-masters]\n172.16.35.10 ansible_user=vagrant ansible_password=vagrant\n\n[keepalived-nodes]\n172.16.35.[11:12] ansible_user=vagrant ansible_password=vagrant\n\n[keepalived-cluster:children]\nkeepalived-masters\nkeepalived-nodes\n```\n\nModify `group_vars/all.yml` to set for your need:\n```sh\nbind_vip_address: \"172.16.35.9\"\nbind_interface: \"eth1\" # {{ ansible_default_ipv4.interface }}\n\n# keepalived options\nkeepalived_check_ip: any\nkeepalived_check_port: 22\nkeepalived_check_vid: 53\nkeepalived_check_vmask: 24\n```\n\nTo setup keepalived cluster:\n```sh\n$ ansible-playbook site.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkairen%2Fkeepalived-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkairen%2Fkeepalived-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkairen%2Fkeepalived-ansible/lists"}