This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/playbooks/all.yml

23 lines
758 B
YAML
Raw Normal View History

2023-01-11 19:04:31 +00:00
- name: Setup homeserver
hosts: homeserver
2022-12-03 12:05:55 +00:00
roles:
2023-01-16 21:28:00 +00:00
- {role: 'ssh', tags: 'ssh'}
- {role: 'watchtower', tags: 'watchtower'}
2023-01-16 21:28:00 +00:00
- {role: 'borg', tags: 'borg'}
- {role: 'nsd', tags: 'nsd'}
2023-01-18 22:50:54 +00:00
- {role: 'forgejo', tags: 'forgejo'}
2023-01-16 21:28:00 +00:00
- {role: 'syncthing', tags: 'syncthing'}
- {role: 'kms', tags: 'kms'}
- {role: 'radicale', tags: 'radicale'}
- {role: 'mastodon', tags: 'mastodon'}
- {role: 'seafile', tags: 'seafile'}
- {role: 'jitsi', tags: 'jitsi'}
2023-01-18 23:10:07 +00:00
- {role: 'freshrss', tags: 'freshrss'}
- {role: 'static', tags: 'static'}
2023-01-27 22:18:21 +00:00
- {role: 'inbucket', tags: 'inbucket'}
- {role: 'prometheus', tags: 'prometheus'}
2023-01-11 19:04:31 +00:00
- name: Setup dataserver
hosts: dataserver
roles:
2023-01-16 21:28:00 +00:00
- {role: 'dataserver', tags: 'dataserver'}