7 lines
167 B
YAML
7 lines
167 B
YAML
|
- name: Setup homeserver
|
||
|
hosts: dataserver
|
||
|
roles:
|
||
|
- {role: 'common', tags: 'common'}
|
||
|
- {role: 'system', tags: 'system'}
|
||
|
- {role: 'borg', tags: 'borg'}
|