{"id":19611419,"url":"https://github.com/verschlimmbesserer/netplan","last_synced_at":"2026-05-15T10:35:01.430Z","repository":{"id":251684537,"uuid":"637968451","full_name":"verschlimmbesserer/netplan","owner":"verschlimmbesserer","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-05T03:21:24.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-26T17:33:00.540Z","etag":null,"topics":["ansible","ansible-role","role"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verschlimmbesserer.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":"2023-05-08T19:53:22.000Z","updated_at":"2024-08-05T03:21:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5955026-a652-42ce-ab43-bf6d33e3805f","html_url":"https://github.com/verschlimmbesserer/netplan","commit_stats":null,"previous_names":["verschlimmbesserer/netplan"],"tags_count":0,"template":false,"template_full_name":"verschlimmbesserer/roles-template-repo","purl":"pkg:github/verschlimmbesserer/netplan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verschlimmbesserer%2Fnetplan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verschlimmbesserer%2Fnetplan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verschlimmbesserer%2Fnetplan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verschlimmbesserer%2Fnetplan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verschlimmbesserer","download_url":"https://codeload.github.com/verschlimmbesserer/netplan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verschlimmbesserer%2Fnetplan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33063329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"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","ansible-role","role"],"created_at":"2024-11-11T10:39:23.771Z","updated_at":"2026-05-15T10:35:01.413Z","avatar_url":"https://github.com/verschlimmbesserer.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"Netplan\n=========\n\nSimple role to manage netplan config files and apply them.\n\n\nRole Variables\n--------------\n\nThis roles takes the variable `netplan_config` as input to generate the files as defined. As you can see in the following code block example,\n`netplan_config` is a dictionary, where each key represents a netplan config file in `/etc/netplan/` and each value of those keys represents the config written in each file.\n\n```yaml\nnetplan_config:\n  50-cloud-init:\n    network:\n      ethernets:\n        enp0s3:\n          dhcp4: true\n          match:\n            macaddress: 02:74:c4:98:7d:21\n          set-name: enp0s3\n      version: 2\n  50-vagrant:\n    network:\n      version: 2\n      renderer: networkd\n      ethernets:\n        enp0s8:\n          addresses:\n            - 192.168.7.19/24\n```\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:\n\n    - hosts: servers\n      roles:\n         - { role: username.rolename, x: 42 }\n\nLicense\n-------\n\nGNU General Public License v3.0\n\nAuthor Information\n------------------\n\nAn optional section for the role authors to include contact information, or a website (HTML is not allowed).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverschlimmbesserer%2Fnetplan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverschlimmbesserer%2Fnetplan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverschlimmbesserer%2Fnetplan/lists"}