{"id":15576595,"url":"https://github.com/abn/molecule-common-resources","last_synced_at":"2026-02-02T09:46:50.106Z","repository":{"id":149541958,"uuid":"110396878","full_name":"abn/molecule-common-resources","owner":"abn","description":"Common resources for molecule scenarios","archived":false,"fork":false,"pushed_at":"2017-11-12T05:44:42.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-09T16:07:27.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/abn.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":"2017-11-12T02:04:21.000Z","updated_at":"2018-04-25T04:26:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"97a08b8e-7823-4c52-af3e-33260f51813a","html_url":"https://github.com/abn/molecule-common-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abn/molecule-common-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fmolecule-common-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fmolecule-common-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fmolecule-common-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fmolecule-common-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abn","download_url":"https://codeload.github.com/abn/molecule-common-resources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fmolecule-common-resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29009633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T08:40:12.472Z","status":"ssl_error","status_checked_at":"2026-02-02T08:40:10.926Z","response_time":58,"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":[],"created_at":"2024-10-02T18:52:47.436Z","updated_at":"2026-02-02T09:46:50.091Z","avatar_url":"https://github.com/abn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Molecule: Common Resources for Scenarios\n\nThis repository provides commonly used resources for molecule test scenarios. Initial development was based on work done for the [test suite](https://github.com/metacloud/molecule/tree/master/test/resources) used by the [Molecule Project](https://molecule.readthedocs.io/en/latest/) itself.\n\n## Usage Examples\n### Git Submodule\n#### Initialisation\nResources can be consumed as a [submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) within your project's molecule directory. This can be done as shown below.\n\n```sh\n# assuming you are currently within your project directory\ngit submodule add https://github.com/abn/molecule-common-resources.git ./molecule/resources\ngit commit -m \"git: add molecule-common-resources submodule\"\n```\n\nOnce this is done you can, within a scenario's `molecule.yml` file refer to a resource.\n```yaml\nprovisioner:\n  name: ansible\n  playbooks:\n    create: ../resources/playbooks/docker/create.yml\n    prepare: prepare.yml\n    destroy: ../resources/playbooks/docker/destroy.yml\n  lint:\n    name: ansible-lint\n```\n\n#### Update\nIn order to consume an updated version of the resources in your project, you will have to update the submodule commit. You can do this using the `update` sub-command.\n\n```sh\ngit submodule update --remote\ngit add ./molecule/resources\ngit commit -m \"update common resources\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Fmolecule-common-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabn%2Fmolecule-common-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Fmolecule-common-resources/lists"}