1
0
Fork 0
No description
Find a file
2024-08-31 20:20:48 +02:00
group_vars Update ryot key 2024-08-31 20:15:19 +02:00
roles Ryot: Migrate to pro 2024-08-18 20:09:37 +02: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 Remove matrix server 2024-01-27 21:49:31 +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