Add htpc to inventory
This commit is contained in:
parent
7d363a30b2
commit
2fbfbb273f
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue