https://github.com/livingsilver94/dotfiles
Dotfiles managed with Ansible
https://github.com/livingsilver94/dotfiles
ansible backup dotfiles podman quadlet
Last synced: 3 months ago
JSON representation
Dotfiles managed with Ansible
- Host: GitHub
- URL: https://github.com/livingsilver94/dotfiles
- Owner: livingsilver94
- License: apache-2.0
- Created: 2025-06-30T21:18:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-31T10:42:39.000Z (4 months ago)
- Last Synced: 2026-01-31T22:55:34.061Z (4 months ago)
- Topics: ansible, backup, dotfiles, podman, quadlet
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
These dotfiles are managed using Ansible. Not only does it restore configuration files, but it also reinstalls
applications and applies unusual configurations when custom commands are required (e.g. firewalls).
My dotfiles are split in two destinations:
- `server`: for a Debian machine acting as a server.
- `desktop`: for my workstation running Fedora.
## Installation
If you installed Ansible without any extra collections (e.g. `ansible-core`), you'll need to install some first:
```shell
ansible-galaxy install -r requirements.yaml
```
To install a destination, `cd` into that directory and run:
```shell
ansible-playbook deploy.yaml -kK
```