arch-setup/inventory.yml
2025-12-18 15:00:37 +01:00

12 lines
302 B
YAML

---
all:
hosts:
xps:
ansible_connection: local
ansible_become_method: community.general.run0
desktop:
ansible_connection: local
ansible_become_method: community.general.run0
htpc:
ansible_connection: local
ansible_become_method: community.general.run0