Add p14 host

This commit is contained in:
Sonny Bakker 2026-05-10 14:34:12 +02:00
parent ed6c7f1e51
commit 958e8c7d39

View file

@ -4,6 +4,9 @@ personal:
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
@ -23,5 +26,7 @@ arch:
<<: *xps
desktop:
<<: *desktop
p14:
<<: *p14
htpc:
<<: *htpc