1
0
Fork 0
No description
Find a file
florian.richer 829ceff974 git: Fix bad network
Signed-off-by: florian.richer <florian.richer@protonmail.com>
2024-11-23 22:46:02 +01:00
group_vars Update ryot key 2024-08-31 20:15:19 +02:00
roles git: Fix bad network 2024-11-23 22:46:02 +01:00
work Clean flake.nix + Remove useless yml files 2024-08-31 20:20:48 +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