{"id":20696658,"url":"https://github.com/maxvalue/ansible-role-default_packages","last_synced_at":"2026-05-20T16:39:45.689Z","repository":{"id":237414320,"uuid":"626673406","full_name":"MaxValue/ansible-role-default_packages","owner":"MaxValue","description":"An Ansible Role that installs a set of predefined packages on the host.","archived":false,"fork":false,"pushed_at":"2023-05-08T23:14:44.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T02:48:01.379Z","etag":null,"topics":["ansible-role"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ui/standalone/roles/MaxValue/default_packages/","language":null,"has_issues":false,"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/MaxValue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2023-04-12T00:08:13.000Z","updated_at":"2023-10-11T12:53:25.000Z","dependencies_parsed_at":"2024-05-01T14:42:33.947Z","dependency_job_id":"28ac337d-a006-4105-bc28-85c32dde659c","html_url":"https://github.com/MaxValue/ansible-role-default_packages","commit_stats":null,"previous_names":["maxvalue/ansible-role-default_packages"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MaxValue/ansible-role-default_packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2Fansible-role-default_packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2Fansible-role-default_packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2Fansible-role-default_packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2Fansible-role-default_packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxValue","download_url":"https://codeload.github.com/MaxValue/ansible-role-default_packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2Fansible-role-default_packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33267106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"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":["ansible-role"],"created_at":"2024-11-17T00:14:47.647Z","updated_at":"2026-05-20T16:39:45.672Z","avatar_url":"https://github.com/MaxValue.png","language":null,"funding_links":["https://www.buymeacoffee.com/publicbetamax","https://de.liberapay.com/maxvalue/","https://ko-fi.com/publicbetamax"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Default Packages\n\nAn Ansible Role that installs a set of predefined packages on the host.\n\n[TOC]\n\n## Requirements\n\n_None._\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n### Main Variables\n\n    packages:\n      - zsh\n      - mosh\n      - rsync\n      - vim\n\nThe optional variable `packages` defines the list of packages to be installed.\nEach item can also be a mapping; in this case, there should be a key `all` which is the fallback name\nfor all package managers. Using the package manager name as key\nyou can define an alternative package name for that specific package manager.\nUsing `''` as a value for a package manager skips this package for that package manager.\n\n### Internal variables\n\nThese are variables internally created by the role. Please do not use them in your code.\n\n    _packages_selected_raw\n\nThe internal variable `_packages_selected_raw` contains a string of comma separated package names taken from the `packages` variable.\n\n    _packages_selected\n\nThe internal variable `_packages_selected` contains a list of package names taken from the `_packages_selected_raw` variable.\n\n## Dependencies\n\n* The community.general collection: `ansible-galaxy collection install --force community.general`\n\n## Example Playbooks\n\n### Normal usage\n\n    ---\n    # This installs the built-in list of packages\n    - hosts: localhost\n      roles:\n        - role:\n            name: maxvalue.default_packages\n    ...\n\n### Provide a specific list\n\n    ---\n    # This installs the given list of packages\n    - hosts: localhost\n      roles:\n        - role:\n            name: maxvalue.default_packages\n          vars:\n            packages:\n              - all: false\n                homebrew: little-snitch\n    ...\n\n## License\n\n[MIT](LICENSE.txt)\n\n## Sponsors\n\nYou can support the development of this role and other similar roles by donating to one of the accounts below.\n\n* [bymeacoffee](https://www.buymeacoffee.com/publicbetamax)\n* [liberapay](https://de.liberapay.com/maxvalue/)\n* [ko-fi](https://ko-fi.com/publicbetamax)\n* [Patreon](patreon.com/publicbetamax)\n\n## Author Information\n\nThis role was created in 2023 by Max Fuxjäger:\n* Mastodon: @maxvalue@chaos.social\n* Matrix: @ypsilon:matrix.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvalue%2Fansible-role-default_packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxvalue%2Fansible-role-default_packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvalue%2Fansible-role-default_packages/lists"}