loki: Add role+playbook for Grafana Loki

The current Grafana Loki server, *loki0.pyrocufflink.blue*, runs Fedora
CoreOS and is managed by Ignition and *cfg*.  Since I have declared
*cfg* a failed experiment, I'm going to re-deploy Loki on a new VM
running Fedora Linux and managed by Ansible.

The *loki* role installs Podman and defines a systemd-managed container
to run Grafana Loki.
This commit is contained in:
2024-10-06 11:54:42 -05:00
parent 4ac79ba18d
commit 4cd983d5f4
7 changed files with 144 additions and 0 deletions

4
group_vars/loki.yml Normal file
View File

@@ -0,0 +1,4 @@
data_volumes:
- dev: /dev/vdb
fstype: btrfs
mountpoint: /var/lib/loki