{"id":20810183,"url":"https://github.com/s-hamann/ansible-openwrt-dropbear","last_synced_at":"2026-06-30T23:32:09.672Z","repository":{"id":227121686,"uuid":"770502363","full_name":"s-hamann/ansible-openwrt-dropbear","owner":"s-hamann","description":"Ansible role for dropbear configuration on OpenWrt","archived":false,"fork":false,"pushed_at":"2025-07-18T15:29:05.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T05:45:35.713Z","etag":null,"topics":["ansible-role","dropbear","openwrt"],"latest_commit_sha":null,"homepage":"","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/s-hamann.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-11T17:00:28.000Z","updated_at":"2025-07-18T15:29:10.000Z","dependencies_parsed_at":"2025-08-10T00:15:27.470Z","dependency_job_id":"d097d46a-d7e8-4601-9141-f52ec05545e7","html_url":"https://github.com/s-hamann/ansible-openwrt-dropbear","commit_stats":null,"previous_names":["s-hamann/ansible-openwrt-dropbear"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/s-hamann/ansible-openwrt-dropbear","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-hamann%2Fansible-openwrt-dropbear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-hamann%2Fansible-openwrt-dropbear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-hamann%2Fansible-openwrt-dropbear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-hamann%2Fansible-openwrt-dropbear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s-hamann","download_url":"https://codeload.github.com/s-hamann/ansible-openwrt-dropbear/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s-hamann%2Fansible-openwrt-dropbear/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34987610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-role","dropbear","openwrt"],"created_at":"2024-11-17T20:20:18.513Z","updated_at":"2026-06-30T23:32:09.662Z","avatar_url":"https://github.com/s-hamann.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenWrt Dropbear\n================\n\nThis role configures [Dropbear](https://matt.ucc.asn.au/dropbear/dropbear.html) on [OpenWrt](https://www.openwrt.org/) targets.\nIt can also set up SSH public key authentication for the `root` user.\n\nRequirements\n------------\n\nThis role requires the [community.openwrt](https://github.com/ansible-collections/community.openwrt) collection on the Ansible controller.\nAs it exclusively uses modules from this collection, Python is *not* required on the target system.\n\nRole Variables\n--------------\n\n* `dropbear_config`  \n  A dictionary of uci configuration options for Dropbear.\n  Refer to the [documentation](https://openwrt.org/docs/guide-user/base-system/dropbear) for valid keys and their meaning.\n  This role's default configuration deviates from OpenWrt's in two points:\n  * `Interface` is set to `lan`\n  * `PasswordAuth` and `RootPasswordAuth` are disabled if `dropbear_user_public_key` is set.\n* `dropbear_user_public_key`  \n  A list of SSH public key that are added to the global `authorized_keys` file of the `root` user.\n  SSH key public key can be given as the keys themselves or as paths to the public key files on the Ansible controller.\n  Optional.\n* `dropbear_enable_sftp`  \n  If set to `true`, this role installs [OpenSSH](https://www.openssh.com/)'s SFTP server component so that the SFTP subsystem an be used with the target system.\n  Defaults to `false`.\n\nDependencies\n------------\n\nThis role does not depend on any specific roles.\n\nExample Configuration\n---------------------\n\nThe following is a short example for some of the configuration options this role provides:\n\n```yaml\ndropbear_config:\n  Port: 2222\n  Interface: \"{{ omit }}\"\ndropbear_user_public_key:\n  - ~/.ssh/id_ed25519.pub\n```\n\nLicense\n-------\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-hamann%2Fansible-openwrt-dropbear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-hamann%2Fansible-openwrt-dropbear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-hamann%2Fansible-openwrt-dropbear/lists"}