{"id":14984496,"url":"https://github.com/veerendra2/ansible-role-prepare_dev_setup","last_synced_at":"2026-01-18T19:02:49.171Z","repository":{"id":187768871,"uuid":"677386782","full_name":"veerendra2/ansible-role-prepare_dev_setup","owner":"veerendra2","description":"Ansible role to install necessary packages and configure Ubuntu and MacOS.","archived":false,"fork":false,"pushed_at":"2025-12-25T17:36:20.000Z","size":81,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-27T04:29:52.988Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","ansible-roles","automation","dev-setup","macosx","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veerendra2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-11T12:52:15.000Z","updated_at":"2025-12-25T17:36:22.000Z","dependencies_parsed_at":"2023-12-12T22:23:31.370Z","dependency_job_id":"c9630a45-0cc9-42e8-a49d-b5093d5e2355","html_url":"https://github.com/veerendra2/ansible-role-prepare_dev_setup","commit_stats":null,"previous_names":["veerendra2/ansible-role-prepare-dev-setup","veerendra2/ansible-role-prepare_dev_setup"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/veerendra2/ansible-role-prepare_dev_setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fansible-role-prepare_dev_setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fansible-role-prepare_dev_setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fansible-role-prepare_dev_setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fansible-role-prepare_dev_setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veerendra2","download_url":"https://codeload.github.com/veerendra2/ansible-role-prepare_dev_setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veerendra2%2Fansible-role-prepare_dev_setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28548947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:02:06.365Z","status":"ssl_error","status_checked_at":"2026-01-18T19:01:46.239Z","response_time":98,"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","ansible-galaxy","ansible-role","ansible-roles","automation","dev-setup","macosx","ubuntu"],"created_at":"2024-09-24T14:09:10.135Z","updated_at":"2026-01-18T19:02:49.147Z","avatar_url":"https://github.com/veerendra2.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: `prepare_dev_setup`\n\n[![Release](https://github.com/veerendra2/ansible-role-prepare_dev_setup/actions/workflows/release.yml/badge.svg)](https://github.com/veerendra2/ansible-role-prepare_dev_setup/actions/workflows/release.yml)\n[![Lint and Test](https://github.com/veerendra2/ansible-role-prepare_dev_setup/actions/workflows/tests.yml/badge.svg)](https://github.com/veerendra2/ansible-role-prepare_dev_setup/actions/workflows/tests.yml)\n![Ansible Role](https://img.shields.io/ansible/role/d/63075)\n![Ansible Galaxy Role Name](https://img.shields.io/ansible/role/63075)\n![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/veerendra2/ansible-role-prepare_dev_setup?include_prereleases\u0026style=plastic)\n\nAn ansible role to install necessary packages and configure my Ubuntu and macOS.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/8393701/248329468-ed036c98-08e7-4ee6-99ef-d5cef2e48a95.png\" alt=\"Windows\" width=\"70\"/\u003e \u003cimg src=\"https://user-images.githubusercontent.com/8393701/248331160-ae1cd8f6-7c4b-483b-9799-6b44ed3f30f2.png\" alt=\"Mac\" width=\"74\"/\u003e\n\n| OS                   | Architecture     | Tested             |\n| -------------------- | ---------------- | ------------------ |\n| `Ubuntu 22.04.3 LTS` | `arm64`, `amd64` | :white_check_mark: |\n| `15.3.2`             | `arm64`          | :white_check_mark: |\n\n## Usage\n\n\u003e Example: [veerendra2/prepare-my-machine](https://github.com/veerendra2/prepare-my-machine.git)\n\n```bash\nansible-galaxy install veerendra2.prepare_dev_setup\n```\n\n```yaml\n---\n- hosts: all\n\n  roles:\n    - veerendra2.prepare_dev_setup\n```\n\n### Dafault variables\n\n```yaml\n---\n# docker images to be pulled\ndocker_images:\n  - alpine\n  - veerendra2/utils:latest\n\n# clone git repos\ngit_projects: []\n\n# authorized keys from url\npublic_keys_url: https://github.com/veerendra2.keys\n\n# install dotfiles [https://github.com/veerendra2/dotfiles.git]\ninstall_dotfiles: true\n\n# add hosts to ~/.ssh/known_hosts\nknown_hosts_list:\n  - github.com\n  - gitlab.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveerendra2%2Fansible-role-prepare_dev_setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveerendra2%2Fansible-role-prepare_dev_setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveerendra2%2Fansible-role-prepare_dev_setup/lists"}