{"id":19838557,"url":"https://github.com/metal-stack/metal-ansible-modules","last_synced_at":"2026-02-16T15:03:39.905Z","repository":{"id":47658771,"uuid":"277471424","full_name":"metal-stack/metal-ansible-modules","owner":"metal-stack","description":"Ansible modules for metal-stack","archived":false,"fork":false,"pushed_at":"2026-02-12T14:26:08.000Z","size":157,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-02-12T23:04:07.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metal-stack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-06T07:23:10.000Z","updated_at":"2025-10-24T12:08:33.000Z","dependencies_parsed_at":"2024-11-12T12:18:23.486Z","dependency_job_id":"cf6e3e25-7627-4f5e-b3d3-ec299128f853","html_url":"https://github.com/metal-stack/metal-ansible-modules","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/metal-stack/metal-ansible-modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fmetal-ansible-modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fmetal-ansible-modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fmetal-ansible-modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fmetal-ansible-modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metal-stack","download_url":"https://codeload.github.com/metal-stack/metal-ansible-modules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fmetal-ansible-modules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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-11-12T12:18:10.503Z","updated_at":"2026-02-16T15:03:39.900Z","avatar_url":"https://github.com/metal-stack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Metal Ansible Modules\n\nThis repository contains modules and plugins for metal-stack.\n\nThe modules use [metal-python](https://github.com/metal-stack/metal-python) for accessing the metal-api. Please make sure you use the correct version of this repository in order to be compatible with the API.\n\nThe v2 modules require the [metal-stack-api](https://pypi.org/project/metal-stack-api/) python client from the [api](https://github.com/metal-stack/api) repository.\n\n## Modules\n\n| Module Name                                 | Description                           | Requirements |\n| ------------------------------------------- | ------------------------------------- | ------------ |\n| [metal_ip](library/metal_ip.py)             | Manages metal-stack IP entities       | metal-python |\n| [metal_firewall](library/metal_firewall.py) | Manages metal-stack firewall entities | metal-python |\n| [metal_machine](library/metal_machine.py)   | Manages metal-stack machine entities  | metal-python |\n| [metal_network](library/metal_network.py)   | Manages metal-stack network entities  | metal-python |\n| [metal_project](library/metal_project.py)   | Manages metal-stack project entities  | metal-python |\n\n## V2 Modules\n\n| Module Name                                         | Description                            | Requirements    |\n| --------------------------------------------------- | -------------------------------------- | --------------- |\n| [metal_v2_project](library/metal_v2_project.py)     | Manages metal-stack project entities   | metal-stack-api |\n| [metal_v2_tenant](library/metal_v2_tenant.py)       | Manages metal-stack tenant entities    | metal-stack-api |\n| [metal_v2_api_token](library/metal_v2_api_token.py) | Manages metal-stack api token entities | metal-stack-api |\n\n## Dynamic Inventories\n\n| Inventory Name                  | Description                       |\n| ------------------------------- | --------------------------------- |\n| [metal.py](inventory/metal.py)  | Dynamic inventory for metal-stack |\n\n## Lookup Plugins\n\n| Inventory Name                       | Description         |\n| ------------------------------------ | ------------------- |\n| [metal](lookup_plugins/metal.py)     | Query the metal-api |\n\n## Usage\n\nIt's convenient to use ansible-galaxy in order to use this project. For your project, set up a `requirements.yml`:\n\n```yaml\n- src: https://github.com/metal-stack/metal-ansible-modules.git\n  name: metal-ansible-modules\n  version: master\n```\n\nYou can then download the roles with the following command:\n\n```bash\nansible-galaxy install -r requirements.yml\n```\n\nThen reference the roles in your playbooks like this:\n\n```yaml\n- name: Deploy something\n  hosts: localhost\n  connection: local\n  gather_facts: no\n  roles:\n    - metal-ansible-modules\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetal-stack%2Fmetal-ansible-modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetal-stack%2Fmetal-ansible-modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetal-stack%2Fmetal-ansible-modules/lists"}