1
0
Fork 0
myserver-configuration/README.md

381 B

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