From 02ced8d4ef72296df21dd6c7de1763bd352fa186 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 24 Feb 2021 20:01:34 +0100 Subject: [PATCH] Init --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fa6de1 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# An ansible role to install Bibliogram on a Debian machine + +## Dependencies + +This role compiles the [bibliogram][1] artifact from the source. To make it +easiery, a `Dockerfile` is provided. So you need `docker` installed. + +## Run + +Just use it as an ansible role in your playbook. + + +[1]: https://git.sr.ht/~cadence/bibliogram