{"id":20534656,"url":"https://github.com/qbit/openbsd-router","last_synced_at":"2025-04-14T06:54:35.315Z","repository":{"id":136346456,"uuid":"141139939","full_name":"qbit/openbsd-router","owner":"qbit","description":"Ansible playbooks to build an OpenBSD router","archived":false,"fork":false,"pushed_at":"2019-04-08T22:08:36.000Z","size":49,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T20:41:14.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbit.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-07-16T13:07:09.000Z","updated_at":"2023-02-10T00:49:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"2adf36fe-35cb-4645-b832-217c990b1101","html_url":"https://github.com/qbit/openbsd-router","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbit","download_url":"https://codeload.github.com/qbit/openbsd-router/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837281,"owners_count":21169374,"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":[],"created_at":"2024-11-16T00:27:39.406Z","updated_at":"2025-04-14T06:54:35.307Z","avatar_url":"https://github.com/qbit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"openbsd-router\n==============\n\nA role to produce an OpenBSD router which supports the following:\n\n- Arbitrary VLANs\n- Split horizion DNS\n- PF rulesets for various \"knowns\": Wifi calling, Apple Push notifications, Mumble \n\nRequirements\n------------\n\nOpenBSD machine with two or more NICs\n\nRole Variables\n--------------\n\n```\ndomain: example.com\n\nname_servers: [\n  8.8.8.8,\n  8.8.4.4\n]\n\nnetwork:\n  - {\n          name: \"Primary\",\n          type: vlan,\n          parent: \"{{ ansible_interfaces[1] }}\",\n          if_name: vlan1,\n          vlan_id: 1,\n          net: 10.0.1.0,\n          ip: 10.0.1.1,\n          broadcast: 10.0.1.255,\n          netmask: 255.255.255.0,\n          dhcp_start: 10.0.1.20,\n          dhcp_end: 10.0.1.250,\n          routers: [ 10.0.1.1 ],\n          static_ips: []\n     }\n```\n\nExample Playbook\n----------------\n\n    - hosts: servers\n      roles:\n         - { role: qbit.router }\n\n\nAuthor Information\n------------------\n\nAaron Bieber \u003caaron@bolddaemon.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbit%2Fopenbsd-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbit%2Fopenbsd-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbit%2Fopenbsd-router/lists"}