No description
Find a file
2025-08-17 13:28:42 +02:00
group_vars ryot: Add migration keys for next major release 2025-06-28 21:12:12 +02:00
roles forgejo: Update from v11 -> v12 2025-08-17 13:28:42 +02:00
work ryot: Add migration keys for next major release 2025-06-28 21:12:12 +02:00
.envrc Begin add flake with sops 2024-07-14 14:57:41 +02:00
.gitattributes Move from docker to qemu 2023-05-03 21:13:44 +02:00
.gitignore Clean flake.nix + Remove useless yml files 2024-08-31 20:20:48 +02:00
.sops.yaml Migrate to sops 2024-07-14 20:35:22 +02:00
ansible.cfg Migrate to sops 2024-07-14 20:35:22 +02:00
flake.lock Begin add flake with sops 2024-07-14 14:57:41 +02:00
flake.nix Clean flake.nix + Remove useless yml files 2024-08-31 20:20:48 +02:00
playbook.yml Git: Finish moving to forgejo and update forgejo 2024-10-27 18:57:36 +01:00
README.md Begin add loki in container 2023-09-25 12:23:11 +02:00

Configure

ansible-galaxy collection install community.docker
ansible-playbook playbook.yml --ask-become-pass

UTILS

cd $(docker volume inspect [NAME] | jq -r '.[0].Mountpoint')

LOGGING

logging:
    driver: loki
    options:
        loki-url: "https://[username]:[password]@[url]/loki/api/v1/push"

logging:
    driver: none