Add htpc to inventory

This commit is contained in:
Sonny Bakker 2025-10-11 20:19:20 +02:00
parent 7d363a30b2
commit 2fbfbb273f

View file

@ -6,6 +6,9 @@ personal:
desktop: &desktop desktop: &desktop
ansible_connection: local ansible_connection: local
ansible_become_method: community.general.run0 ansible_become_method: community.general.run0
htpc: &htpc
ansible_connection: local
ansible_become_method: community.general.run0
fudiggity: &fudiggity fudiggity: &fudiggity
ansible_connection: local ansible_connection: local
@ -20,3 +23,5 @@ arch:
<<: *xps <<: *xps
desktop: desktop:
<<: *desktop <<: *desktop
htpc:
<<: *htpc