ZFS migration and repo updates

This commit is contained in:
Alex 2020-07-12 18:34:42 +02:00
parent 7c52d97bfa
commit aa18a04336
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
7 changed files with 13 additions and 11 deletions

View File

@ -10,10 +10,12 @@
systemd:
services:
- { name: "postgresql@{{ postgres.version }}-main", enabled: true, action: reloaded }
- { name: "redis", enabled: true, action: restarted }
- { name: "redis-server", enabled: true, action: restarted }
- { name: "influxdb", enabled: true, action: restarted }
overrides:
- "influxdb"
- "postgresql@"
- "redis-server"
postgres:
host: "{{ global.backend.postgres.host }}"
port: "{{ global.backend.postgres.port }}"
@ -21,7 +23,8 @@
# NOTE: If something fails due to the following statement make sure
# the volume is mounted and the ansible cache is cleared!
data:
uuid: '28464b32-32f4-42e4-9625-1dddfb65e1a9'
path: "/dbs/postgres"
#uuid: '28464b32-32f4-42e4-9625-1dddfb65e1a9'
databases:
- grafana
- pleroma
@ -31,7 +34,8 @@
host: "{{ global.backend.redis.host }}"
port: "{{ global.backend.redis.port }}"
data:
uuid: '1245e7d9-1054-4e2f-816a-d38efbb47589'
#uuid: '1245e7d9-1054-4e2f-816a-d38efbb47589'
path: "/dbs/redis"
influxdb:
data:
path: "/var/lib/influxdb"
@ -41,8 +45,6 @@
roles:
- "postgresql"
mounts:
- { uuid: '{{ postgres.data.uuid }}', dest: '/var/lib/postgresql', state: 'mounted', fstype: 'ext4' }
- { uuid: '{{ redis.data.uuid }}', dest: '/var/lib/redis', state: 'mounted', fstype: 'ext4' }
- { uuid: '{{ influxdb.data.uuid }}', dest: '{{ influxdb.data.path }}', state: 'mounted', fstype: 'ext4' }
roles:
- vault

@ -1 +1 @@
Subproject commit 6655bf6e2324f3b2caec37d973240f4e03a0b655
Subproject commit c27fe21daba201c012fb6cb71684604bf5b8b676

@ -1 +1 @@
Subproject commit afbfd5d645dbc6dee91f15bb73391398d713cb5b
Subproject commit 8b8a1a2cb5d21dfb2056f8098ee53b37f6260f90

@ -1 +1 @@
Subproject commit f912a05ad0e338687ef2729c037a66e6df95dcdf
Subproject commit 7ebbd63929ea04c6ea682db19f56679d78d5755b

@ -1 +1 @@
Subproject commit f9bef9585657e6b4a55e628f524e3bad849f3196
Subproject commit 12081a5fc072bc78dac01afc9741ec8f8289c564

@ -1 +1 @@
Subproject commit 1af5356b4d580997e1f007cb1a8f74f363bfa425
Subproject commit 8e2f773811063d04174b65113a11a245b22bf043

@ -1 +1 @@
Subproject commit fee4131da32ff24d62cadaa0a327009ce1d748e8
Subproject commit 29c25ff02474d2eb9929f65b05acd71b81f0c108