-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.yml
23 lines (23 loc) · 851 Bytes
/
server.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- name: Install services
become: yes
hosts: servers
roles:
- server/fail2ban
- server/firewall
- server/git
- server/backupfs
- server/microk8s
- server/k8s/certmanager
- server/k8s/foundry
- role: server/k8s/backup
k8s_restic_namespace: foundryvtt
k8s_restic_backup_dir: foundry
k8s_restic_password: "{{ lookup('community.general.passwordstore', 'server/mimir.niflheim.cc.foundryvtt.restic') }}"
k8s_restic_backup_pvc: "{{ k8s_foundryvtt_pvc_name }}"
- server/k8s/nextcloud
- role: server/k8s/backup
k8s_restic_namespace: nextcloud
k8s_restic_backup_dir: nextcloud
k8s_restic_password: "{{ lookup('community.general.passwordstore', 'server/mimir.niflheim.cc.nextcloud.restic') }}"
k8s_restic_backup_pvc: "mimir-nextcloud-nextcloud"
- server/k8s/mumble