Skip to content

JoaoBrlt/ansible-setup

Repository files navigation

Ansible Setup

This repository contains the scripts to set up my personal workstation.

Supported distributions

Requirements

Installation

  • Clone the repository:
git clone https://github.com/JoaoBrlt/ansible-setup.git
  • Create a virtual environment:
python -m venv venv
  • Activate the virtual environment:
source venv/bin/activate
  • Install the dependencies:
pip install -r requirements.txt

Usage

  • Run the playbook:
ansible-playbook main.yml --ask-become-pass

License

This project is licensed under the GPLv3 License - see the LICENSE file for details.

About

Setup for my workstation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages