mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
107 lines
1.6 KiB
YAML
107 lines
1.6 KiB
YAML
---
|
|
all:
|
|
children:
|
|
platform_void:
|
|
hosts: {}
|
|
|
|
platform_fedora:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
nymph:
|
|
ansible_connection: local
|
|
|
|
platform_mint:
|
|
hosts: {}
|
|
|
|
platform_freebsd:
|
|
hosts: {}
|
|
|
|
void:
|
|
children:
|
|
platform_void:
|
|
|
|
fedora:
|
|
children:
|
|
platform_fedora:
|
|
|
|
graphical_desktop:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
nymph:
|
|
ansible_connection: local
|
|
|
|
desktop:
|
|
children:
|
|
graphical_desktop:
|
|
|
|
role_personal_workstation:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
|
|
role_lab:
|
|
hosts: {}
|
|
|
|
desktop_sway:
|
|
hosts: {}
|
|
|
|
desktop_hyprland:
|
|
hosts: {}
|
|
|
|
desktop_niri:
|
|
hosts: {}
|
|
|
|
desktop_gnome:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
nymph:
|
|
ansible_connection: local
|
|
|
|
desktop_cinnamon:
|
|
hosts: {}
|
|
|
|
ubuntu:
|
|
children:
|
|
workstation_dev_wsl:
|
|
ubuntu_server:
|
|
|
|
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: {}
|
|
|
|
workstation_host_linux:
|
|
hosts: {}
|
|
|
|
workstation_dev_fedora:
|
|
hosts: {}
|
|
|
|
workstation_dev_wsl:
|
|
hosts:
|
|
deadalus-wsl:
|
|
ansible_connection: local
|
|
|
|
ubuntu_server:
|
|
hosts:
|
|
prometheus:
|
|
ansible_connection: local
|