14 lines
297 B
YAML
14 lines
297 B
YAML
all:
|
|
children:
|
|
workstations:
|
|
hosts:
|
|
notebook:
|
|
ansible_host: notebook.egonlebt.lan
|
|
pc:
|
|
ansible_host: pc.egonlebt.lan
|
|
werkstatt:
|
|
ansible_host: werkstatt.egonlebt.lan
|
|
vars:
|
|
ansible_user: tom
|
|
ansible_become: true
|