move from homeservers repo
This commit is contained in:
commit
e7492b10e3
10 changed files with 110 additions and 0 deletions
6
playbooks/all.yml
Normal file
6
playbooks/all.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- name: Setup homeserver
|
||||
hosts: dataserver
|
||||
roles:
|
||||
- {role: 'common', tags: 'common'}
|
||||
- {role: 'system', tags: 'system'}
|
||||
- {role: 'borg', tags: 'borg'}
|
Reference in a new issue