Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaydotmurf/debian-ansible-setup
- Owner: JaydotMurf
- License: mit
- Created: 2024-09-08T16:43:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T21:00:09.000Z (about 2 months ago)
- Last Synced: 2024-09-29T02:23:33.227Z (about 1 month ago)
- Topics: ansible, automation, debian, setup
- Homepage:
- Size: 15.6 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
![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.