bitcoiner.social/ansible/README.md

383 B

Ansible Infrastructure

Remember to update collections and roles periodically.

ansible-galaxy install -r requirements.yml --ignore-errors --force

NixOS note

Workaround to run with jmespath on NixOS (for caddy and grafana which need it):

nix-shell -p python311Packages.jmespath --run "ansible-playbook playbooks/group_tasks/observability/main.yml"