All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
5.0.0 - 2026-05-09
-
ctf deployno longer passesansible_incus_remoteas an Ansible extra variable.ansible-playbookwith-e ansible_incus_remote=<value>overrides inventory on every host, which broke mixed containers / VMs deployments.Migration: Do not depend on
ansible_incus_remotebeing injected by deploy for playbook-wide VM/cluster targeting.Use something like:
vars: ansible_incus_remote: "{{ ansible_incus_container_remote if ansible_incus_container_remote else 'local' }}"