{"id":15151559,"url":"https://github.com/dhdcc/archlinux-ansible","last_synced_at":"2025-10-24T07:31:08.026Z","repository":{"id":255704055,"uuid":"851315349","full_name":"DHDcc/archlinux-ansible","owner":"DHDcc","description":"Archlinux post-installation playbooks.","archived":false,"fork":false,"pushed_at":"2025-01-28T16:30:27.000Z","size":119,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T17:29:56.292Z","etag":null,"topics":["ansible","archlinux","dotfiles","playbook","post-installation"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/DHDcc.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}},"created_at":"2024-09-02T21:29:29.000Z","updated_at":"2025-01-28T16:30:30.000Z","dependencies_parsed_at":"2024-09-06T20:03:38.069Z","dependency_job_id":"481761e8-a893-4926-9fbf-61c0bb82a1a1","html_url":"https://github.com/DHDcc/archlinux-ansible","commit_stats":{"total_commits":101,"total_committers":2,"mean_commits":50.5,"dds":"0.19801980198019797","last_synced_commit":"1c06e6a907a562990a6a597f5a60f62ea09137a1"},"previous_names":["dhdcc/archlinux-ansible"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHDcc%2Farchlinux-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHDcc%2Farchlinux-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHDcc%2Farchlinux-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHDcc%2Farchlinux-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DHDcc","download_url":"https://codeload.github.com/DHDcc/archlinux-ansible/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237932070,"owners_count":19389560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","archlinux","dotfiles","playbook","post-installation"],"created_at":"2024-09-26T15:04:22.115Z","updated_at":"2025-10-24T07:31:07.555Z","avatar_url":"https://github.com/DHDcc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible playbook: Archlinux post-installation\n\nThis playbook will install my [dotfiles](https://github.com/DHDcc/MyHyprland) and other packages you probably want.\n\n\n## Installation\n\n\u003e [!CAUTION]\n\u003e I'm new to Ansible and IaC (Infrastructure as Code) in general, so there may be some errors or unexpected behaviors.\n\u003e Please feel free to suggest improvements.\n\n### 1. Dependencies\nInstall the necessary dependencies:\n```\n# pacman -S base-devel ansible python-psutil git\n```\n\n### 2. Get the repository\nClone the git repository:\n```\n$ git clone https://github.com/DHDcc/archlinux-ansible.git\n```\n\n### 3. Run the playbook\nInstall the required collection using the ```requirements``` file, then run the playbook:\n```\n$ cd archlinux-ansible/ansible\n$ ansible-galaxy collection install -r requirements.yml\n$ ansible-playbook --ask-become-pass playbooks.yml\n```\n\n\u003e [!TIP]\n\u003e you can enable some options by editing ```~/archlinux-ansible/ansible/group_vars/all/options.yml```.\n\u003e \n\u003e \u003cdetails\u003e \u003csummary\u003eOptions:\u003c/summary\u003e\n\u003e\n\u003e | name  | description | type | default\n\u003e |:------|:-----------:|:-----|:-------:\n\u003e |amdgpu |install packages for AMD’s gpu           | boolean | false\n\u003e |aur_helper:name       |pick your favorite AUR helper             | string     | paru\n\u003e |aur_helper:git       |compile the helper from the latest github commits            | boolean     | false\n\u003e |hypervisor       |install Qemu and VirtManager             | boolean     | false\n\u003e |tweaks |apply tweaks for your system*             | boolean     |false\n\u003e |gaming_packages|install all necessary packages for gaming     | boolean | false\n\u003e |firewall|install ufw and set some rules            | boolean | false\n\u003e |extra|install extra packages| boolean | false\n\u003e  \n\u003e *check the [playbook](https://github.com/DHDcc/archlinux-ansible/blob/main/ansible/tweaks/main.yml) before enabling this option.\n\u003e\u003c/details\u003e\n\n\u003e [!NOTE]\n\u003e If you're using an Nvidia GPU, you will need to download the drivers manually.\n\n### 4. Reboot\nTo complete the installation, reboot your system:\n```\n# reboot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhdcc%2Farchlinux-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhdcc%2Farchlinux-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhdcc%2Farchlinux-ansible/lists"}