An open API service indexing awesome lists of open source software.

https://github.com/rai200890/ansible-playbook

Ansible playbooks for developer machine setup
https://github.com/rai200890/ansible-playbook

ansible asdf git python zsh

Last synced: 3 months ago
JSON representation

Ansible playbooks for developer machine setup

Awesome Lists containing this project

README

          

# Ansible playbook

Ansible playbooks for developer machine setup

## Install:

```shell
sudo apt install ansible
```

## Running playbook:

```shell
sudo ansible-playbook -vvv # running ansible in verbose mode
```