Add profile for Fedora WSL

This commit is contained in:
Fabio Scotto di Santolo
2026-08-27 18:11:41 +02:00
parent 304479a3f9
commit 31bc8d07de
7 changed files with 86 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
---
# Fedora WSL mirrors the Ubuntu WSL development profile without installing
# alternative application runtimes.
fedora_excluded_packages:
- flatpak
fedora_removed_packages:
- flatpak
- snapd

View File

@@ -0,0 +1,6 @@
---
hostname: deadalus-fedora-wsl
workstation_wsl_windows_user_home: /mnt/c/Users/FABIOSCOTTODISANTOLO
host_packages: []
host_enabled_services: []

View File

@@ -10,6 +10,8 @@ all:
ansible_connection: local
nymph:
ansible_connection: local
deadalus-fedora-wsl:
ansible_connection: local
platform_freebsd:
hosts: {}
@@ -53,7 +55,7 @@ all:
ubuntu:
children:
workstation_dev_wsl:
workstation_dev_wsl_ubuntu:
ubuntu_server:
workstation:
@@ -81,13 +83,24 @@ all:
hosts: {}
workstation_dev_fedora:
hosts: {}
children:
workstation_dev_wsl_fedora:
workstation_dev_wsl:
children:
workstation_dev_wsl_ubuntu:
workstation_dev_wsl_fedora:
workstation_dev_wsl_ubuntu:
hosts:
deadalus-wsl:
ansible_connection: local
workstation_dev_wsl_fedora:
hosts:
deadalus-fedora-wsl:
ansible_connection: local
ubuntu_server:
hosts:
prometheus: