From e1ebccea56972249533e71e4b336950feb5975bc Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Thu, 10 Mar 2022 23:31:04 +0100 Subject: [PATCH] Add description of ansible --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7933373..de3e1fb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # setup-cockpit My personal dotfiles managed with ansible. + +The playbook `playbook.yml` contains all the things to install, each in a role with a tag so that it can be individually installed. + +For convenience, a Makefile contains the `ansible-playbook` command that will use the tag specified to `make`: +So `make vim` will call `ansible-playbook` with the `vim` tag. + +The Makefile also includes vault password, which is retrieved via `password-store` with the `git-vault-password.sh` script. + +The roles called are logged to `.roles_played`.