Add p14 host
This commit is contained in:
parent
ed6c7f1e51
commit
958e8c7d39
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue