From 52dd2b0ec30b1cadfa95821595fa43da01bd0b93 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Sun, 12 Oct 2025 22:59:04 +0200 Subject: [PATCH] Document available tags and their scope for ansible --- README.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.adoc b/README.adoc index 895ce93..303d538 100644 --- a/README.adoc +++ b/README.adoc @@ -49,6 +49,20 @@ git remote set-url origin git@gitea.nehrke.info:nemoinho/dev-machine.git # <7> [NOTE] Use a secure password and keep it in a password-manager. +== Available tags +To restrict the scope of execution the playbook uses a couple of tags as described in the following table: + +[%autowidth.stretch] +|=== +| Tag | Scope description + +| repos | Install 3rd party apt-repositories (only useful on linux) +| packages | Install system-packages +| dotfiles | Install my dotfiles and apply them +| ssh | Ensure a default SSH-key and provide it to gitea and github +| dump | Print out debug information +|=== + == Cheat-Sheet * The shortcut kbd:[Fn+1] toggles fans 100% (http://reddit.com/r/System76/comments/ol9a60[Ref])