Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaydotmurf/debian-ansible-setup

My Debian setup and configuration via Ansible.
https://github.com/jaydotmurf/debian-ansible-setup

ansible automation debian setup

Last synced: about 1 month ago
JSON representation

My Debian setup and configuration via Ansible.

Awesome Lists containing this project

README

        

# Ansible Setup for Debian Machines

![Project Logo](assets/logo.png)

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.