{"id":18877263,"url":"https://github.com/64bit/developer-setup-ansible","last_synced_at":"2026-05-19T19:02:35.114Z","repository":{"id":71681770,"uuid":"216718983","full_name":"64bit/developer-setup-ansible","owner":"64bit","description":"Setup Ubuntu for Development using Ansible","archived":false,"fork":false,"pushed_at":"2020-05-06T17:07:58.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T03:39:11.535Z","etag":null,"topics":["ansible","ubuntu"],"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/64bit.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":"2019-10-22T03:51:13.000Z","updated_at":"2020-03-07T16:39:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"a11f7339-daa6-4a88-b114-cedc08eb1b2c","html_url":"https://github.com/64bit/developer-setup-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/64bit/developer-setup-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bit%2Fdeveloper-setup-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bit%2Fdeveloper-setup-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bit%2Fdeveloper-setup-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bit%2Fdeveloper-setup-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64bit","download_url":"https://codeload.github.com/64bit/developer-setup-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64bit%2Fdeveloper-setup-ansible/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267606634,"owners_count":24114766,"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-07-28T02:00:09.689Z","response_time":68,"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","ubuntu"],"created_at":"2024-11-08T06:17:59.144Z","updated_at":"2026-05-19T19:02:30.070Z","avatar_url":"https://github.com/64bit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# developer-setup-ansible\nSetup Ubuntu 18.04.03 for Development using Ansible\n\n## Setup\n\nTo play `desktop-playbook.yml` playbook run:\n\n```\n./setup.sh\n```\n\n## List of Ansible roles\n\n| Role | Description | Configuration | \n| --- | --- | --- | \n| common-packages | Installes packages which doesn't require much configurations like `curl`, `tig` etc. | see [main.yml](./roles/common-packages/tasks/main.yml) |\n| docker | Installs `docker`, `docker-compose`. Adds current user to `docker` group | |\n| git | Installs `git`, and creates global `~/.gitconfig` file | `gitconfig` see [desktop-playbook.yml](./desktop-playbook.yml) |\n| nvidia | Installs NVIDIA driver. Needs reboot. Also installs [nvidia-container-toolkit](https://github.com/NVIDIA/nvidia-docker/blob/master/README.md#nvidia-container-toolkit) | `driver_version` | \n| ssh | Generates keypair in `~/.ssh` directory. Installs `openssh-server` and `/etc/ssh/ssh_config` only allowing public key login and prevents password logins.|  see [sshd_config.j2](./roles/ssh/templates/sshd_config.j2) |\n| vim | Installs `vim` and creates `~/.vimrc` | Configure [.vimrc](roles/vim/files/vimrc) |\n| visual-studio-code | Installs lastest version |  |\n| zsh | Installs `zsh` and `oh-my-zsh` | `ohmyzsh_theme` (string) and `ohmyzsh_plugins` (list) |  \n| pip | Installs `pip` (`pip2`) and `pip3`. Also sets `PATH=$PATH:~/.local/bin` for pip packages in shell startup files  (if present) `~/.zshrc` and `~/.bashrc`, hence restart shell as needed to load new `PATH`  | `pip3_packages` (list) |\n| virtual-machine-software | Installs `multipass`. Installs KVM + virt-manager as described on https://help.ubuntu.com/community/KVM/Installation | |\n| golang | Installs `go` in `/usr/local/go` as described in [golang install doc](https://golang.org/doc/install#install). Adds `GOPATH=$HOME/go` in `~/.zshrc` and `~/.bashrc` | `version` (default = 1.13.4) |\n| tmux | Installs `tmux` along tmux configuration  |  [See gpakosz/.tmux on Github](https://github.com/gpakosz/.tmux)  |\n\n## Running specific Role\n\nIndividual roles can be played by using tags with same name, for example to run only `nvidia`: \n\n```\nansible-playbook --ask-become-pass desktop-playbook.yml --tags nvidia\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64bit%2Fdeveloper-setup-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64bit%2Fdeveloper-setup-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64bit%2Fdeveloper-setup-ansible/lists"}