bitcoiner.social/ansible/README.md

16 lines
383 B
Markdown
Raw Normal View History

# Ansible Infrastructure
Remember to update collections and roles periodically.
```bash
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):
```shell
nix-shell -p python311Packages.jmespath --run "ansible-playbook playbooks/group_tasks/observability/main.yml"
```