This repository contains the scripts to set up my personal workstation.
- Clone the repository:
git clone https://github.com/JoaoBrlt/ansible-setup.git
- Create a virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
source .venv/bin/activate
- Install the dependencies:
pip3 install -r requirements.txt
- Run the playbook:
ansible-playbook main.yml --ask-become-pass
This project is licensed under the GPLv3 License - see the LICENSE file for details.