{"id":20378315,"url":"https://github.com/botto/ansible-wireguard","last_synced_at":"2026-03-06T23:32:16.108Z","repository":{"id":49214312,"uuid":"95556762","full_name":"botto/ansible-wireguard","owner":"botto","description":"Ansible role to deploy a wireguard server","archived":false,"fork":false,"pushed_at":"2021-06-23T09:15:08.000Z","size":8,"stargazers_count":10,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T07:52:53.813Z","etag":null,"topics":["ansible","ansible-role","vpn","wireguard"],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/botto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-27T12:38:57.000Z","updated_at":"2021-06-23T09:15:11.000Z","dependencies_parsed_at":"2022-09-01T21:00:30.731Z","dependency_job_id":null,"html_url":"https://github.com/botto/ansible-wireguard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/botto/ansible-wireguard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fansible-wireguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fansible-wireguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fansible-wireguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fansible-wireguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botto","download_url":"https://codeload.github.com/botto/ansible-wireguard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fansible-wireguard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30203343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ansible","ansible-role","vpn","wireguard"],"created_at":"2024-11-15T01:49:52.293Z","updated_at":"2026-03-06T23:32:16.088Z","avatar_url":"https://github.com/botto.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wireguard Ansible\n\nSimple role to set up a wireguard server\n\n## Role Variables\n    wireguard_root_ip: 10.212.122.1 # VPN address of server\n    wireguard_clients: [] # List of clients to add to wireguard config\n    wireguard_private_key: \"...\" # Undefined by default, the role will generate a key on each run\n\n\n## Example Playbook\n\n    - hosts: webservers\n      vars:\n        wireguard_private_key: \"...\"\n        wireguard_clients:\n          - { public_key: 'fMVHmYgYIl8w6dPnbspiNcXjxNcsYmNUL5hBHbkzEng=', allowed_ip: '10.212.122.10/32', preshared_key: 'pEoSSHnrbk94CJepW8+GGGUThgiJwJHdUszPN/30Xks=' }\n          - { public_key: '...', allowed_ip: '10.212.122.20/32', preshared_key: '....' }\n      roles:\n        - { role: botto.wireguard }\n\n## TODO\n- [ ] Inspect existing server config and extract private key\n- [ ] Make sure multiple wg instances can be set up i.e.: wg0-server and wg1-server and so on\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotto%2Fansible-wireguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotto%2Fansible-wireguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotto%2Fansible-wireguard/lists"}