{"id":23499702,"url":"https://github.com/maheshrijal/linux-dev-playbook","last_synced_at":"2026-04-19T05:33:00.756Z","repository":{"id":155336730,"uuid":"621628178","full_name":"maheshrijal/linux-dev-playbook","owner":"maheshrijal","description":"Linux \u0026 WSL workstation setup from scratch with Ansible. ","archived":false,"fork":false,"pushed_at":"2025-04-16T12:03:00.000Z","size":479,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T19:15:07.876Z","etag":null,"topics":["ansible","ansible-playbook","linux","wsl2"],"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/maheshrijal.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":"2023-03-31T03:46:32.000Z","updated_at":"2025-04-16T11:40:25.000Z","dependencies_parsed_at":"2024-05-09T03:29:34.576Z","dependency_job_id":null,"html_url":"https://github.com/maheshrijal/linux-dev-playbook","commit_stats":null,"previous_names":["maheshrijal/linux-dev-playbook"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshrijal%2Flinux-dev-playbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshrijal%2Flinux-dev-playbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshrijal%2Flinux-dev-playbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshrijal%2Flinux-dev-playbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maheshrijal","download_url":"https://codeload.github.com/maheshrijal/linux-dev-playbook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496993,"owners_count":21440231,"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","ansible-playbook","linux","wsl2"],"created_at":"2024-12-25T06:19:38.119Z","updated_at":"2025-10-20T06:01:18.728Z","avatar_url":"https://github.com/maheshrijal.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux Development Playbook\n\nThis Ansible playbook automates the setup and configuration of Linux and WSL (Windows Subsystem for Linux) for development purposes.\n\n## Getting Started\n\n### Running Locally\n\nTo use this playbook, follow the steps below:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/maheshrijal/linux-dev-playbook.git\n   ```\n\n2. Change into the project directory:\n\n   ```bash\n   cd linux-dev-playbook\n   ```\n\n3. Run the playbook:\n\n   ```bash\n   ansible-playbook local.yml -K\n   ```\n\n### Running on a Remote Machine\n\nTo run the playbook directly on a remote machine, you can use the `ansible-pull command`. **Variables from [vars/main.yml](https://github.com/maheshrijal/linux-dev-playbook/blob/main/vars/main.yml) will be applied by default.**\n\n```\nansible-pull -U https://github.com/maheshrijal/linux-dev-playbook.git -K\n```\n\n`ansible-pull` must be present in path for this to work. Install ansible following [these steps](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html). \n\n## Features\n\n### Tools Installed\n\nThe playbook installs the following tools with package manager: curl, wget, unzip, vim, python3, python3-pip, htop, build-essential, lsof, tar, jq, git, tree, bind9-dnsutils, tmux, gpg\n\nThe following tools are also installed:\n\n- **AWS CLI V2**: Latest version of the AWS Command Line Interface.\n- **Terraform**: Latest version of the Terraform\n- **Go**: Latest version of the Go programming language.\n- **NodeJS 20.x**: Node.js JavaScript runtime with npm (version can be changed in `vars/main.yml`).\n\n### SSH Key Setup\n\nThe playbook automates the following SSH key setup tasks:\n\n- Generates an SSH key pair.\n- Adds the private key to the ssh-agent for secure key-based authentication.\n- Outputs the public key to the console for easy copying.\n\n## Contributing\n\nContributions are welcome! If you have any suggestions or improvements for this playbook, please feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaheshrijal%2Flinux-dev-playbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaheshrijal%2Flinux-dev-playbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaheshrijal%2Flinux-dev-playbook/lists"}