bitcoiner.social/ansible
2024-06-15 10:09:21 -07:00
..
group_vars Initialize newly refactored infra repo. 2024-06-15 10:09:21 -07:00
host_vars Initialize newly refactored infra repo. 2024-06-15 10:09:21 -07:00
playbooks Initialize newly refactored infra repo. 2024-06-15 10:09:21 -07:00
ansible.cfg Initialize newly refactored infra repo. 2024-06-15 10:09:21 -07:00
hosts.cfg Initialize newly refactored infra repo. 2024-06-15 10:09:21 -07:00
README.md Initialize newly refactored infra repo. 2024-06-15 10:09:21 -07:00
requirements.txt Initialize newly refactored infra repo. 2024-06-15 10:09:21 -07:00
requirements.yml Initialize newly refactored infra repo. 2024-06-15 10:09:21 -07:00

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"