Server installation

Changelog

  • 2024-11-21: Initialize for system setup with Ansible
- name: Install python uv
  hosts: tzatziki
  gather_facts: no
  tasks:
    - name: Install uv
      ansible.builtin.raw: "curl -LsSf https://astral.sh/uv/install.sh | sh"