No description
Find a file
2025-12-22 20:46:29 +01:00
group_vars traefik: Add labo to allowlist 2025-12-21 19:51:52 +01:00
roles ryot: Update to v10 2025-12-22 20:46:29 +01:00
work wireguard: Migrate to wg-easy 2025-11-04 20:59:52 +01: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 Ignore .idea folder 2025-12-11 13:37:31 +01:00
.sops.yaml Migrate to sops 2024-07-14 20:35:22 +02:00
ansible.cfg wireguard: Migrate to wg-easy 2025-11-04 20:59:52 +01:00
flake.lock wireguard: Migrate to wg-easy 2025-11-04 20:59:52 +01:00
flake.nix Clean flake.nix + Remove useless yml files 2024-08-31 20:20:48 +02:00
playbook.yml Add terraform database linked to the shared_forgejo_action network and 2025-12-11 13:37:28 +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