{"id":22748126,"url":"https://github.com/githubfoam/freewheeler","last_synced_at":"2026-04-27T21:31:28.701Z","repository":{"id":40607805,"uuid":"163388480","full_name":"githubfoam/freewheeler","owner":"githubfoam","description":"data center as code, data center as compliance, molecule, tox","archived":false,"fork":false,"pushed_at":"2020-07-18T11:29:33.000Z","size":115,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-30T05:42:44.830Z","etag":null,"topics":["compliance-as-code","molecule","tox"],"latest_commit_sha":null,"homepage":"","language":"Python","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/githubfoam.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}},"created_at":"2018-12-28T08:49:17.000Z","updated_at":"2020-06-25T17:17:47.000Z","dependencies_parsed_at":"2022-07-31T23:48:02.176Z","dependency_job_id":null,"html_url":"https://github.com/githubfoam/freewheeler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/githubfoam/freewheeler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Ffreewheeler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Ffreewheeler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Ffreewheeler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Ffreewheeler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/githubfoam","download_url":"https://codeload.github.com/githubfoam/freewheeler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/githubfoam%2Ffreewheeler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["compliance-as-code","molecule","tox"],"created_at":"2024-12-11T03:20:03.154Z","updated_at":"2026-04-27T21:31:28.684Z","avatar_url":"https://github.com/githubfoam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# freewheeler\ndummy TOX\n\n\n\n\nTravis (.com) branch:\n[![Build Status](https://travis-ci.com/githubfoam/freewheeler.svg?branch=master)](https://travis-ci.com/githubfoam/freewheeler)  \n\nTravis (.com) dev branch:\n[![Build Status](https://travis-ci.com/githubfoam/freewheeler.svg?branch=dev)](https://travis-ci.com/githubfoam/freewheeler)  \n\nTravis (.com) tox-branch branch:\n[![Build Status](https://travis-ci.com/githubfoam/freewheeler.svg?branch=tox-branch)](https://travis-ci.com/githubfoam/freewheeler)  \n\n\n~~~~\n\n----------------\n\nPlaybook\n----------------\n\nmolecule testinfra :\n\n    - MOLECULE_SCENARIO=ubuntu1810\n    - MOLECULE_SCENARIO=ubuntu1904\n    - MOLECULE_SCENARIO=ubuntu1804\n    - MOLECULE_SCENARIO=ubuntu1604\n    - MOLECULE_SCENARIO=centos77    \n    - MOLECULE_SCENARIO=centos76\n    - MOLECULE_SCENARIO=centos74\n    - MOLECULE_SCENARIO=fedora29\n    - MOLECULE_SCENARIO=opensuseleap\n    - MOLECULE_SCENARIO=opensusetumbleweed\n    - MOLECULE_SCENARIO=debianjessie\n    - MOLECULE_SCENARIO=debianstretch\n    - MOLECULE_SCENARIO=alpine\n    - MOLECULE_SCENARIO=amazonlinux\n    - MOLECULE_SCENARIO=oraclelinux\n\nLicense\n-------\n\nGNU General Public License v3.0\n\nAuthor Information\n------------------\n\nAn optional section for the role authors\n\n\n~~~~\n\nupgrade\n~~~~\n\n#add\n\n.travis.yml\n     - TOX_ENV=py27 MOLECULE_SCENARIO=centos77\n\n# Install package (task)\ntasks\\CentOS-install.yml\n\n# extend task for specific CentOS versions, 7.7 etc.. (optional)\ntasks\\CentOS-install.yml\nwhen: ansible_distribution == 'CentOS'\n\n\n\n# configure package (task),extend task for specific CentOS versions, 7.7 etc.. (optional)\n\ntasks\\configure\\configure-CentOS.yml\n\n\n\n# create a directort (copy \u0026\u0026 rename existing previous distro)\n# testinfra tasks (verify package and configurations)\n\nmolecule\\centos77\n\n\n# image name and versions from docker hub\n\nmolecule\\centos77\\molecule.yml\n\nplatforms:\n  - name: centos77\n    image: centos:7.7.1908\n\n\n# new scenario name same as MOLECULE_SCENARIO name \"centos77\"\n\n- TOX_ENV=py27 MOLECULE_SCENARIO=centos77\n\nmolecule\\centos77\\molecule.yml\n\n    scenario:\n      name: centos77    \n\n\n~~~~\n\nrelease watch\n~~~~\n\nhttps://hub.docker.com/_/debian\nhttps://wiki.debian.org/DebianReleases\n\nhttps://hub.docker.com/_/fedora\nhttps://hub.docker.com/_/ubuntu\nhttps://hub.docker.com/_/alpine\nhttps://hub.docker.com/_/amazonlinux\n\n~~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubfoam%2Ffreewheeler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithubfoam%2Ffreewheeler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithubfoam%2Ffreewheeler/lists"}