No description
Find a file
2026-06-21 23:22:26 -05:00
roles add venv 2026-05-28 10:48:52 -05:00
tests Add python venv and updated cfg and inventory 2026-06-14 23:31:40 -05:00
.gitignore Update python 2026-06-17 22:11:40 -05:00
.python-version Update python 2026-06-17 22:11:40 -05:00
ansible.cfg Add python venv and updated cfg and inventory 2026-06-14 23:31:40 -05:00
mise.toml Add mise task 2026-06-17 23:01:21 -05:00
organs_backup_rclone.yml Add Remote 2026-06-21 23:22:26 -05:00
organs_backup_rclone_prune.yml Rename dry run and set true as default 2026-06-05 02:13:17 -05:00
pyproject.toml add venv 2026-05-28 10:48:52 -05:00
README.md Add README 2026-06-17 23:18:16 -05:00
uv.lock add venv 2026-05-28 10:48:52 -05:00

ansible-playbooks

This folder contains Ansible playbooks for local homelab tasks.

Local Dev

Run these commands in this folder.

  1. Install uv (one time):
mise use -g uv@latest
  1. Let mise set up project tools from .tool-versions, if available:
mise install
  1. Install project dependencies from pyproject.toml:
uv sync --active
  1. Run a test playbook with a mise task:
mise run test:facts