{"id":20216518,"url":"https://github.com/ucomesdag/ansible-role-vlan","last_synced_at":"2026-06-08T19:31:04.987Z","repository":{"id":147598947,"uuid":"459204882","full_name":"ucomesdag/ansible-role-vlan","owner":"ucomesdag","description":"Configure vlan on nic.","archived":false,"fork":false,"pushed_at":"2024-09-02T10:11:36.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T11:26:48.333Z","etag":null,"topics":["ansible","role","vlan"],"latest_commit_sha":null,"homepage":"https://mesd.ag/","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/ucomesdag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"ucomesdag","buy_me_a_coffee":"ucomesdag"}},"created_at":"2022-02-14T14:55:50.000Z","updated_at":"2024-09-02T10:13:36.000Z","dependencies_parsed_at":"2024-01-16T21:27:29.089Z","dependency_job_id":"2bfd66be-9f52-48d0-952d-1d5de49d659f","html_url":"https://github.com/ucomesdag/ansible-role-vlan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ucomesdag/ansible-role-vlan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucomesdag%2Fansible-role-vlan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucomesdag%2Fansible-role-vlan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucomesdag%2Fansible-role-vlan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucomesdag%2Fansible-role-vlan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ucomesdag","download_url":"https://codeload.github.com/ucomesdag/ansible-role-vlan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ucomesdag%2Fansible-role-vlan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34078019,"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-08T02:00:07.615Z","response_time":111,"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","vlan"],"created_at":"2024-11-14T06:28:29.043Z","updated_at":"2026-06-08T19:31:04.970Z","avatar_url":"https://github.com/ucomesdag.png","language":null,"funding_links":["https://github.com/sponsors/ucomesdag","https://buymeacoffee.com/ucomesdag"],"categories":[],"sub_categories":[],"readme":"# [molecule_test](#molecule_test)\n\nExample Ansible role for testing with molecule.\n\n|GitHub|Version|Ansible Galaxy|Quality|Downloads|\n|------|-------|--------------|-------|---------|\n|[![github](https://github.com/ucomesdag/ansible-role-molecule_test/workflows/Ansible%20Molecule/badge.svg)](https://github.com/ucomesdag/ansible-role-molecule_test/actions)|[![Version](https://img.shields.io/github/release/ucomesdag/ansible-role-molecule_test.svg)](https://github.com/ucomesdag/ansible-role-molecule_test/releases/)|[![role](https://img.shields.io/ansible/role/57283)](https://galaxy.ansible.com/ucomesdag/molecule_test)|[![quality](https://img.shields.io/ansible/quality/57283)](https://galaxy.ansible.com/ucomesdag/molecule_test)|[![downloads](https://img.shields.io/ansible/role/d/57283)](https://galaxy.ansible.com/ucomesdag/molecule_test)|\n\n## [Example Playbook](#example-playbook)\n\nThis example is taken from `molecule/resources/converge.yml` and is tested on each push, pull request and release.\n```yaml\n---\n- name: Converge\n  hosts: all\n  become: yes\n  gather_facts: no\n\n  roles:\n    - role: mesdag.molecule_test\n```\n\n## [Role Variables](#role-variables)\n\nThese variables are set in `defaults/main.yml`:\n```yaml\n---\n# defaults file for molecule_test\n\n# The user to use to connect to machines.\nmolecule_test_user: root\n\n# Do you want to wait for the host to be available?\nmolecule_test_wait_for_host: no\n\n# The number of seconds you want to wait during connection test before failing.\nmolecule_test_timeout: 3\n```\n\n## [Dependencies](#dependencies)\n\nOverview of role dependencies:\n\n![dependencies](https://raw.githubusercontent.com/ucomesdag/ansible-role-molecule_test/png/requirements.png \"Dependencies\")\n\n## [Requirements](#role-requirements)\n\n- pip packages listed in [requirements.txt](https://github.com/ucomesdag/ansible-role-molecule_test/blob/master/requirements.txt).\n\n## [Compatibility](#compatibility)\n\nThis role has been tested on these [container images](https://quay.io/user/ucomesdag):\n\n|container|tags         |\n|---------|-------------|\n|amazon   |Candidate    |\n|el       |7, 8         |\n|debian   |all          |\n|fedora   |all          |\n|opensuse |all          |\n|ubuntu   |focal, bionic|\n\nThe minimum version of Ansible required is 2.10, tests have been done to:\n\n- The previous version.\n- The current version.\n- The development version.\n\n## [Exceptions](#exceptions)\n\nSome variarations of the build matrix do not work. These are the variations and reasons why the build won't work:\n\n| variation   | reason                                |\n|-------------|---------------------------------------|\n| alpine:edge | Failed to create temporary directory. |\n\n\nIf you find issues, please register them in [GitHub](https://github.com/ucomesdag/ansible-role-molecule_test/issues)\n\n## [License](#license)\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucomesdag%2Fansible-role-vlan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fucomesdag%2Fansible-role-vlan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fucomesdag%2Fansible-role-vlan/lists"}