refactor: update project references from Agathos to Ouranos across documentation and configuration files

This commit is contained in:
2026-03-14 01:15:02 +00:00
parent d996d179eb
commit 06118fbd40
38 changed files with 78 additions and 78 deletions

View File

@@ -1,5 +1,5 @@
---
- name: Stop Agathos Sandbox Uranian Hosts
- name: Stop Ouranos Sandbox Uranian Hosts
hosts: localhost
gather_facts: false
vars:
@@ -16,7 +16,7 @@
tasks:
- name: Stop Uranian host containers
ansible.builtin.command:
cmd: incus stop {{ item }} --project agathos
cmd: incus stop {{ item }} --project ouranos
loop: "{{ uranian_hosts }}"
register: stop_result
failed_when: stop_result.rc != 0 and 'not running' not in stop_result.stderr