development/inventory.yml
2026-05-10 14:34:12 +02:00

32 lines
658 B
YAML

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