https://github.com/JaydotMurf/bookworm_auto_desktop
My Debian setup and configuration via Ansible.
https://github.com/JaydotMurf/bookworm_auto_desktop
ansible automation debian setup
Last synced: 9 months ago
JSON representation
My Debian setup and configuration via Ansible.
- Host: GitHub
- URL: https://github.com/JaydotMurf/bookworm_auto_desktop
- Owner: JaydotMurf
- License: mit
- Created: 2024-09-08T16:43:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T21:29:08.000Z (over 1 year ago)
- Last Synced: 2025-01-20T21:52:00.734Z (over 1 year ago)
- Topics: ansible, automation, debian, setup
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Setup for Debian Machines

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