{"id":23104837,"url":"https://github.com/mayniklas/ansible-arch","last_synced_at":"2025-10-07T03:04:57.813Z","repository":{"id":109060485,"uuid":"307391742","full_name":"MayNiklas/ansible-arch","owner":"MayNiklas","description":"General ansible-playbook for provisioning a new archlinux workstation - post install","archived":false,"fork":false,"pushed_at":"2020-12-27T13:30:39.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T07:59:33.326Z","etag":null,"topics":["ansible-playbook","arch","archlinux","automation"],"latest_commit_sha":null,"homepage":"","language":null,"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/MayNiklas.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":"2020-10-26T14:02:54.000Z","updated_at":"2020-12-27T13:30:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3fec419-1f65-4c02-865b-4f985389bb2e","html_url":"https://github.com/MayNiklas/ansible-arch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MayNiklas/ansible-arch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fansible-arch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fansible-arch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fansible-arch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fansible-arch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayNiklas","download_url":"https://codeload.github.com/MayNiklas/ansible-arch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fansible-arch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278712711,"owners_count":26032742,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-playbook","arch","archlinux","automation"],"created_at":"2024-12-17T00:36:31.702Z","updated_at":"2025-10-07T03:04:57.795Z","avatar_url":"https://github.com/MayNiklas.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-arch\n[![Lines Of Code](https://tokei.rs/b1/github/MayNiklas/ansible-arch?category=lines)](https://github.com/XAMPPRocky/tokei)\n[![Lines Of Code](https://tokei.rs/b1/github/MayNiklas/ansible-arch?category=code)](https://github.com/XAMPPRocky/tokei)\n[![Lines Of Code](https://tokei.rs/b1/github/MayNiklas/ansible-arch?category=files)](https://github.com/XAMPPRocky/tokei)\n\n### Intro\nThis ansible-playbook is being used for installing Arch Linux on a new computer. Please make sure, that you understand the underlaying roles and what they do before following my quickstart guide. I am NOT responsible to anything that might happen by executing my ansible roles. Generally speaking I want to remind you: doing regular proper backups is a great idea!\n\n### Post install\nMy arch install is splitted into \"pre and postinstall\" ansible-playbooks. \nThere is a second playbook I'm using to install arch from the live-iso:\n[ansible-arch-install](https://github.com/MayNiklas/ansible-arch-install.git)\n\n### Roles used\n- [ansible-pacman](https://github.com/MayNiklas/ansible-pacman.git)\n- [ansible-arch-keyserver](https://github.com/MayNiklas/ansible-arch-keyserver.git)\n- [ansible-arch-xorg](https://github.com/MayNiklas/ansible-arch-xorg.git)\n- [ansible-kde-plasma](https://github.com/MayNiklas/ansible-kde-plasma.git)\n- [ansible-ssh](https://github.com/MayNiklas/ansible-ssh.git)\n- [ansible-ssh-server](https://github.com/MayNiklas/ansible-ssh-server.git)\n- [ansible-git](https://github.com/MayNiklas/ansible-git.git)\n- [ansible-docker](https://github.com/MayNiklas/ansible-docker.git)\n- [ansible-arch-bluetooth-keyboard](https://github.com/MayNiklas/ansible-arch-bluetooth-keyboard.git)\n- [ansible-hostname](https://github.com/MayNiklas/ansible-hostname.git)\n- [ansible-ufw](https://github.com/MayNiklas/ansible-ufw.git)\n\n### Role Variables:\nTo be set in group_vars OR host_vars\n\n| Variable       | Description                                  | Default |\n|----------------|----------------------------------------------|---------|\n|`todo`| todo | `todo` |\n\n### Quick start\n0. Make sure ansible is installed:\n```bash\nsudo pacman -S ansible\n```\n1. To install all the roles needed at the same time with one command, run the following:\n```bash\nansible-galaxy install -r requirements.yml\n```\n2. Insert variables to your own liking:\n```bash\nvim host_vars/localhost.yml\n```\n3. execute the playbook\n```bash\nansible-playbook site.yml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fansible-arch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayniklas%2Fansible-arch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fansible-arch/lists"}