{"id":15007222,"url":"https://github.com/ricnord/ansible-workstation","last_synced_at":"2025-10-25T05:50:03.864Z","repository":{"id":147386260,"uuid":"606908919","full_name":"RicNord/ansible-workstation","owner":"RicNord","description":"Workstation configuration with ansible","archived":false,"fork":false,"pushed_at":"2025-06-21T22:22:35.000Z","size":603,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T23:25:09.519Z","etag":null,"topics":["ansible","archlinux","linux","linux-distribution","linux-distro","ubuntu","workstation-configuration"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/RicNord.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,"zenodo":null}},"created_at":"2023-02-26T22:34:31.000Z","updated_at":"2025-06-21T22:22:39.000Z","dependencies_parsed_at":"2023-12-05T21:25:02.400Z","dependency_job_id":"9f298f06-9f55-4162-ba11-783b4dcbbef2","html_url":"https://github.com/RicNord/ansible-workstation","commit_stats":{"total_commits":331,"total_committers":2,"mean_commits":165.5,"dds":"0.0030211480362537513","last_synced_commit":"603545f1893d51509db3420c9c80e51a80e5b998"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RicNord/ansible-workstation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicNord%2Fansible-workstation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicNord%2Fansible-workstation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicNord%2Fansible-workstation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicNord%2Fansible-workstation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RicNord","download_url":"https://codeload.github.com/RicNord/ansible-workstation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RicNord%2Fansible-workstation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280911393,"owners_count":26412209,"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-25T02:00:06.499Z","response_time":81,"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","archlinux","linux","linux-distribution","linux-distro","ubuntu","workstation-configuration"],"created_at":"2024-09-24T19:05:41.524Z","updated_at":"2025-10-25T05:50:03.848Z","avatar_url":"https://github.com/RicNord.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible project for personal Workstations\n\n## Supported platforms\n\n- Arch (btw)\n- Ubuntu\n  - Included in test suite\n    - 24.04\n    - 22.04\n\n**NOTE:** Arch Linux is currently the primarily maintained option.\n\n## Scope\n\nThis projects intends to configure everything for a complete end-user\nexperience. It only assumes that a bare-minimum and bootable systemd based\ndistribution of Linux already exists. Included in the Ansible roles are (but\n**not limited** too):\n\n- Create user (added to the `sudo` group and the user which all opinionated\n  configurations will be applied for)\n- Install Dotfiles\n- Installation of notable software:\n  - Programming languages / runtimes\n    - Python\n    - Go\n    - Rust\n    - Lua\n    - Java\n    - Dotnet\n    - Node\n  - Neovim with LSP support\n  - Networkmanager\n  - Pulseaudio\n  - (+) Lots of popular cli tools\n- (*optional*) graphical environment support with Xorg\n  - Suckless software\n    - dwm (dynamic window manager)\n    - slock (screen locker)\n    - slstatus (status bar)\n    - dmenu\n  - Browser etc.\n\n## Usage\n\n\u003e The [inventory](./inventory) file uses `localhost` as the target system.\n\nDefault run command for all Ansible roles:\n\n```bash\nmake install\n```\n\nThe playbooks will identify and run appropriate tasks depending on the host\nplatform. However, if you do not need a graphical environment and `X11` on the\ntarget host; you have the option to exclude installing these dependencies with:\n\n```bash\n# Native installer\n./run-ansible.sh -x false\n\n# Or manually\nansible-playbook --ask-become-pass --skip-tags=X main.yaml\n```\n\nDefault User created in the set-up is `nord`, this can be changed in the\n[group_vars/workstations.yaml](./group_vars/workstations.yaml) file.\n\n### Install arch\n\nSee arch installation [README](./install_arch/README.md).\n\n## Dependencies\n\n- python\n- git\n- make\n\n[Tests]\n\n- incus\n- terraform\n- parallel\n\n## Development\n\n*Optionally* use `pipenv` to manage python environment.\n\n### Tests\n\nComplete test suite:\n\n```bash\nmake test\n```\n\nSee [tests](./tests/) for more granular test runner.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricnord%2Fansible-workstation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricnord%2Fansible-workstation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricnord%2Fansible-workstation/lists"}