mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
35 lines
575 B
YAML
35 lines
575 B
YAML
---
|
|
# Optional inventory overlay for VM tests. It is not loaded by ansible.cfg.
|
|
all:
|
|
children:
|
|
platform_mint:
|
|
hosts:
|
|
minttest:
|
|
ansible_connection: local
|
|
|
|
platform_freebsd:
|
|
hosts:
|
|
freebsdtest:
|
|
ansible_connection: local
|
|
|
|
graphical_desktop:
|
|
hosts:
|
|
minttest:
|
|
freebsdtest:
|
|
|
|
role_personal_workstation:
|
|
hosts:
|
|
minttest:
|
|
|
|
role_lab:
|
|
hosts:
|
|
freebsdtest:
|
|
|
|
desktop_cinnamon:
|
|
hosts:
|
|
minttest:
|
|
|
|
desktop_hyprland:
|
|
hosts:
|
|
freebsdtest:
|