{"id":22468275,"url":"https://github.com/imrein/ansible-arch-setup","last_synced_at":"2026-01-29T23:03:02.180Z","repository":{"id":153014155,"uuid":"580802053","full_name":"imrein/ansible-arch-setup","owner":"imrein","description":"Handy setup role for my arch","archived":false,"fork":false,"pushed_at":"2024-09-16T12:41:23.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T10:54:50.563Z","etag":null,"topics":["ansible","ansible-role","archlinux","qol"],"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/imrein.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}},"created_at":"2022-12-21T13:41:17.000Z","updated_at":"2024-09-16T12:41:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee6e1e3f-b223-485f-942c-00f13f249d98","html_url":"https://github.com/imrein/ansible-arch-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imrein/ansible-arch-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-arch-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-arch-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-arch-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-arch-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imrein","download_url":"https://codeload.github.com/imrein/ansible-arch-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrein%2Fansible-arch-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28889863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":["ansible","ansible-role","archlinux","qol"],"created_at":"2024-12-06T11:16:04.003Z","updated_at":"2026-01-29T23:03:02.146Z","avatar_url":"https://github.com/imrein.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arch linux ansible setup\n\nMy personal barebones setup script for a fresh Arch linux. This is meant as a replacement for the [\"Post Installation\"](https://wiki.archlinux.org/title/installation_guide#Post-installation) part of the installation.\n\n## Requirements\n\nA raw installation of Arch Linux with:\n\n- `openssh`\n- `python3`\n\n## Role Variables\n\nThe variables are defined in `defaults/main.yml`. These should be configured as needed:\n\n| Variable          | Default       | Info                                              |\n| :---------------- | :------------ | :------------------------------------------------ |\n| `arch_hostname`   | `test`        | Hostname of the system                            |\n| `arch_user`       | `rein`        | User that will be created                         |\n| `arch_user_pw`    | `linux`       | Password that will be prompted to change on login |\n| `arch_groups`     | `[]`          | Groups the new user should be added to            |\n| `packages_setup`  | `[]`          | General packages that should be installed         |\n| `packages_gui`    | `[]`          | GUI packages that should be installed             |\n\nThere is also a default option that will install a GUI (KDE-plasma) with my used software. \nThis can be disabled:\n```yml\nenable_gui: false\n```\n\n## Warnings\n\nThe user will have a hardcoded password `linux` if unchanged.\n**Please change this ASAP after using this role.**\n\n## Example playbook\n\n```yml\n---\n- name: test playbook\n  hosts: general\n\n  roles:\n  - role: ansible-arch-setup\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrein%2Fansible-arch-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimrein%2Fansible-arch-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrein%2Fansible-arch-setup/lists"}