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: Start Agathos Sandbox Uranian Hosts
- name: Start Ouranos Sandbox Uranian Hosts
hosts: localhost
gather_facts: false
vars:
@@ -16,7 +16,7 @@
tasks:
- name: Start Uranian host containers
ansible.builtin.command:
cmd: incus start {{ item }} --project agathos
cmd: incus start {{ item }} --project ouranos
loop: "{{ uranian_hosts }}"
register: start_result
failed_when: start_result.rc != 0 and 'already running' not in start_result.stderr