move from homeservers repo

This commit is contained in:
Pim Kunis 2023-02-25 15:35:35 +01:00
commit e7492b10e3
10 changed files with 110 additions and 0 deletions

6
playbooks/all.yml Normal file
View file

@ -0,0 +1,6 @@
- name: Setup homeserver
hosts: dataserver
roles:
- {role: 'common', tags: 'common'}
- {role: 'system', tags: 'system'}
- {role: 'borg', tags: 'borg'}