No description
Find a file
2026-05-02 16:26:28 +02:00
files Add nvim lsp formatting configuration example 2025-04-03 22:22:14 +02:00
group_vars Add eslint lsp server 2026-03-17 14:23:20 +01:00
tasks Applied ansible-lint fixes 2026-01-16 10:20:25 +01:00
templates Update nvim-tree & completion keybindings 2026-05-02 16:26:28 +02:00
.gitignore Use simpler file structure 2021-01-29 21:47:47 +01:00
ansible.cfg Group vars refactor 2025-03-15 17:01:22 +01:00
inventory.yml Applied ansible-lint fixes 2026-01-16 10:20:25 +01:00
playbook.yml Applied ansible-lint fixes 2026-01-16 10:20:25 +01:00
README.md Update incorrect example in README 2026-05-02 16:25:32 +02:00
requirements.yml Applied ansible-lint fixes 2026-01-16 10:20:25 +01:00

Usage

This repository contains several playbooks created to provision specific hosts. A playbook can be ran as follows:

  $ ansible-playbook --limit desktop playbook.yml

The --limit parameter is required to run the playbook only for the specified host.