11 lines
298 B
YAML
11 lines
298 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
|