Skip to content

alexarevalo9/ansible-setup-tools

Repository files navigation

Setting up tools with Ansible

This is a guide to automatically setting up software development tools built on top of Ansible.

This guide has only been tested with Ubuntu

Tools

  • zsh and oh-my-zsh
  • nvm and node.js
  • brave
  • vscode
  • slack
  • discord
  • postman
  • dbeaver
  • docker
  • docker-compose
  • zoom
  • tmux
  • xclip
  • fzf

Run automation tasks

To run ansible tasks in your distro just exec the following script sh ./ansible/debian/ansible-run.sh

Test tasks in a docker container

  1. Build docker container with essential tools. ./ansible/arch/build-docker.sh
  2. Run docker container docker run --rm -it arch-computer bash
  3. Run ansible tasks in the container ansible-playbook local.yml -t docker-compose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published