{"id":28561932,"url":"https://github.com/a-mhamdi/ansible","last_synced_at":"2026-04-21T09:32:34.609Z","repository":{"id":293427073,"uuid":"980505836","full_name":"a-mhamdi/ansible","owner":"a-mhamdi","description":"Ansible Playbook Recipes","archived":false,"fork":false,"pushed_at":"2025-12-19T17:49:27.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-22T07:36:50.017Z","etag":null,"topics":["ansible","debian","playbook"],"latest_commit_sha":null,"homepage":"","language":null,"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/a-mhamdi.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,"zenodo":null}},"created_at":"2025-05-09T08:38:30.000Z","updated_at":"2025-12-19T17:49:33.000Z","dependencies_parsed_at":"2025-05-15T09:49:06.912Z","dependency_job_id":null,"html_url":"https://github.com/a-mhamdi/ansible","commit_stats":null,"previous_names":["a-mhamdi/ansible"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/a-mhamdi/ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-mhamdi%2Fansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-mhamdi%2Fansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-mhamdi%2Fansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-mhamdi%2Fansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a-mhamdi","download_url":"https://codeload.github.com/a-mhamdi/ansible/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-mhamdi%2Fansible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32085474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","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":["ansible","debian","playbook"],"created_at":"2025-06-10T11:40:25.724Z","updated_at":"2026-04-21T09:32:34.519Z","avatar_url":"https://github.com/a-mhamdi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# README #\n\n## Overview\n\n**Ansible** is an open-source automation tool that simplifies configuration management, application deployment, and task automation. \n\n## Installation\n\n### Install Ansible on Ubuntu/Debian\n```zsh\nsudo apt update\nsudo apt install ansible\n```\n\n### Check Ansible Version\n```zsh\nansible --version\n```\n\n### Run Ad-hoc Commands\n```zsh\nansible [host-pattern] -m [module] -a \"[module options]\"\n```\n\n```zsh\n# Run a simple command on all hosts\nansible -i hosts.ini all -m command -a \"uptime\"\n```\n\n### Update Hosts\n```zsh\nansible-playbook -i hosts.ini upd_usdge.yml -K\n```\n\n### Reboot Hosts\n```zsh\nansible-playbook -i hosts.ini reboot_shutdown.yml --tags \"reboot\" -K\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-mhamdi%2Fansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa-mhamdi%2Fansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-mhamdi%2Fansible/lists"}