mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
Rimuove completamente i due host non più in uso dal playbook: - inventory: gruppi ubuntu_workstation, workstation_dev_ubuntu, workstation_host_windows e relative entry host - host_vars deadalus-ubuntu/deadalus-win e group_vars windows - play workstation_dev_ubuntu e workstation_host_windows in site.yml - ruolo profile_workstation_host_windows e bootstrap PowerShell - var PSRP nel vault.yml.example, pacchetti python pypsrp/pyspnego WSL - collection ansible.windows/community.windows - riferimenti nella documentazione (README/AGENTS/CLAUDE) Workstation Linux nativa: resta solo deadalus-fedora. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
69 lines
1.2 KiB
YAML
69 lines
1.2 KiB
YAML
---
|
|
all:
|
|
children:
|
|
void:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
nymph:
|
|
ansible_connection: local
|
|
|
|
desktop:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
nymph:
|
|
ansible_connection: local
|
|
|
|
ubuntu:
|
|
children:
|
|
workstation_dev_wsl:
|
|
ubuntu_server:
|
|
|
|
fedora:
|
|
children:
|
|
fedora_workstation:
|
|
|
|
workstation:
|
|
children:
|
|
workstation_host:
|
|
workstation_dev:
|
|
|
|
workstation_host:
|
|
children:
|
|
workstation_host_linux:
|
|
|
|
workstation_dev:
|
|
children:
|
|
workstation_dev_fedora:
|
|
workstation_dev_wsl:
|
|
|
|
server:
|
|
children:
|
|
ubuntu_server:
|
|
|
|
fedora_workstation:
|
|
hosts:
|
|
deadalus-fedora:
|
|
ansible_connection: local
|
|
|
|
workstation_host_linux:
|
|
hosts:
|
|
deadalus-fedora:
|
|
ansible_connection: local
|
|
|
|
workstation_dev_fedora:
|
|
hosts:
|
|
deadalus-fedora:
|
|
ansible_connection: local
|
|
|
|
workstation_dev_wsl:
|
|
hosts:
|
|
deadalus-wsl:
|
|
ansible_connection: local
|
|
|
|
ubuntu_server:
|
|
hosts:
|
|
prometheus:
|
|
ansible_connection: local
|