development/inventory.yml
2025-03-15 17:01:22 +01:00

22 lines
407 B
YAML

personal:
hosts:
xps: &xps
ansible_connection: local
ansible_become_method: community.general.run0
desktop: &desktop
ansible_connection: local
ansible_become_method: community.general.run0
fudiggity: &fudiggity
ansible_connection: local
debian:
hosts:
fudiggity:
<<: *fudiggity
arch:
hosts:
xps:
<<: *xps
desktop:
<<: *desktop