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
- Host: GitHub
- URL: https://github.com/rai200890/ansible-playbook
- Owner: rai200890
- Created: 2021-03-21T04:29:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T22:50:00.000Z (over 5 years ago)
- Last Synced: 2024-10-18T23:20:14.697Z (over 1 year ago)
- Topics: ansible, asdf, git, python, zsh
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```