This repository automates the installation and configuration of my favorite tools on Debian machines.
-
Clone the repository:
git clone https://github.com/JaydotMurf/debian-ansible-setup.git cd ansible-setup
-
Run the playbook:
ansible-playbook playbooks/setup.yml --ask-become-pass
setup.yml
: Orchestrates all tasks.install_software.yml
: Installs the required software.configure_dotfiles.yml
: Deploys dotfiles to the machine.