mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
* feat(aegis): add ARM image bootstrap workflow * feat(aegis): manage firewall and SSH hardening * feat(aegis): harden Fedora IoT services * chore(aegis): remove local TLS configuration * fix(aegis): restore supported Fedora IoT bootstrap
101 lines
1.6 KiB
YAML
101 lines
1.6 KiB
YAML
---
|
|
all:
|
|
children:
|
|
platform_void:
|
|
hosts: {}
|
|
|
|
platform_fedora:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
nymph:
|
|
ansible_connection: local
|
|
deadalus:
|
|
ansible_connection: local
|
|
|
|
platform_fedora_iot:
|
|
hosts:
|
|
aegis:
|
|
|
|
platform_rocky:
|
|
hosts:
|
|
atlas:
|
|
|
|
void:
|
|
children:
|
|
platform_void:
|
|
|
|
fedora:
|
|
children:
|
|
platform_fedora:
|
|
platform_fedora_iot:
|
|
|
|
rocky:
|
|
children:
|
|
platform_rocky:
|
|
|
|
graphical_desktop:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
nymph:
|
|
ansible_connection: local
|
|
|
|
desktop:
|
|
children:
|
|
graphical_desktop:
|
|
|
|
role_personal_workstation:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
|
|
role_aegis:
|
|
hosts:
|
|
aegis:
|
|
|
|
desktop_sway:
|
|
hosts: {}
|
|
|
|
desktop_niri:
|
|
hosts: {}
|
|
|
|
desktop_gnome:
|
|
hosts:
|
|
ikaros:
|
|
ansible_connection: local
|
|
nymph:
|
|
ansible_connection: local
|
|
|
|
ubuntu:
|
|
children:
|
|
ubuntu_server:
|
|
|
|
workstation:
|
|
children:
|
|
workstation_dev:
|
|
|
|
workstation_dev:
|
|
children:
|
|
workstation_dev_fedora:
|
|
workstation_dev_wsl:
|
|
|
|
server:
|
|
children:
|
|
ubuntu_server:
|
|
|
|
workstation_dev_fedora:
|
|
hosts:
|
|
deadalus:
|
|
ansible_connection: local
|
|
|
|
workstation_dev_wsl:
|
|
hosts:
|
|
deadalus:
|
|
ansible_connection: local
|
|
|
|
ubuntu_server:
|
|
hosts:
|
|
prometheus:
|
|
ansible_connection: local
|