{"id":19838528,"url":"https://github.com/metal-stack/ansible-common","last_synced_at":"2026-01-23T13:06:13.595Z","repository":{"id":37964425,"uuid":"239471383","full_name":"metal-stack/ansible-common","owner":"metal-stack","description":"Shared roles, modules and plugins for metal-stack","archived":false,"fork":false,"pushed_at":"2026-01-21T18:27:44.000Z","size":174,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-22T01:32:58.092Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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-02-10T09:18:23.000Z","updated_at":"2025-12-10T13:41:25.000Z","dependencies_parsed_at":"2023-12-12T13:44:13.190Z","dependency_job_id":"dea38247-5bda-4a7b-a667-d63986864dc9","html_url":"https://github.com/metal-stack/ansible-common","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/metal-stack/ansible-common","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fansible-common","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fansible-common/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fansible-common/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fansible-common/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metal-stack","download_url":"https://codeload.github.com/metal-stack/ansible-common/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metal-stack%2Fansible-common/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28692750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"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-11-12T12:18:03.878Z","updated_at":"2026-01-23T13:06:13.578Z","avatar_url":"https://github.com/metal-stack.png","language":"Python","readme":"# Ansible Common\n\nThis repository contains shared roles, modules and plugins for metal-stack.\n\n\u003c!-- TOC depthfrom:2 depthto:6 withlinks:true updateonsave:true orderedlist:false --\u003e\n\n- [Modules](#modules)\n- [Roles](#roles)\n- [Dynamic Inventories](#dynamic-inventories)\n- [Filter Plugins](#filter-plugins)\n- [Usage](#usage)\n\n\u003c!-- /TOC --\u003e\n\n## Modules\n\n| Module Name                         | Description                                                  | Requirements |\n| ----------------------------------- | ------------------------------------------------------------ | ------------ |\n| [setup_yaml](library/setup_yaml.py) | Setup plugin that resolves variables from a remote YAML file |              |\n\n## Roles\n\n| Role Name                                                              | Description                                                                                                           |\n| ---------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |\n| [docker-over-tcp](roles/docker-over-tcp)                               | Exposes the Docker socket via TCP                                                                                     |\n| [gcp-auth](roles/gcp-auth)                                             | Authenticates at Google Cloud                                                                                         |\n| [gcp-create](roles/gcp-create)                                         | Creates a Kubernetes cluster at Google Cloud                                                                          |\n| [gcp-destroy](roles/gcp-destroy)                                       | Destroys a Kubernetes cluster at Google Cloud                                                                         |\n| [group-k8s](roles/group-k8s)                                           | Dynamically creates groups called `k8s-masters` and `k8s-workers` from vars defined `master_nodes` and `worker_nodes` |\n| [helm-chart](roles/helm-chart)                                         | Deploys a helm chart to a k8s cluster                                                                                 |\n| [systemd-docker-service](roles/systemd-docker-service)                 | Renders a systemd unit file that runs an application within a docker container                                        |\n| [systemd-docker-service-cleanup](roles/systemd-docker-service-cleanup) | Stops a systemd unit and deletes its service definition                                                               |\n\n## Filter Plugins\n\n| Plugin Name               | Requirements                                                               | Description                                                           |\n| ------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------- |\n| humanfriendly             | [humanfriendly](https://github.com/xolox/python-humanfriendly)             | Converts sizes into human-friendly formats                            |\n| transpile_ignition_config | [ct](https://github.com/coreos/container-linux-config-transpiler/releases) | Transforming a human-friendly Container Linux Config into a JSON file |\n| metal_lb_config           |                                                                            | Generates the config map for metal-lb                                 |\n| shoot_admin_kubeconfig    |                                                                            | Generates a kubeconfig for a namespace and shoot name.                |\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/ansible-common.git\n  name: ansible-common\n  version: v0.6.1\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    - name: ansible-common/roles/helm-chart\n      vars:\n        ...\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetal-stack%2Fansible-common","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetal-stack%2Fansible-common","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetal-stack%2Fansible-common/lists"}