Gleb Koval 21c6b627a8
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m31s
Cloud VM: mount data to /var/lib/docker (#8)
Since Nextcloud AIO manages itself and uses docker volumes, the easiest way to persisty all data in a separate disk is to just mount it to `/var/lib/docker`. This is still an easier long-term solution than managing the entire stack manually - we can always migrate (relatively) easily in the future anyway.

Reviewed-on: #8
2023-09-26 23:24:07 +00:00
2023-09-26 19:50:11 +00:00
2023-09-26 19:50:11 +00:00
2023-08-28 23:36:53 +01:00
2023-08-28 23:36:53 +01:00
2023-09-26 19:50:11 +00:00
2023-08-28 23:36:53 +01:00

KovalHome automations

This repository contains any automations used in deploying *.koval.net services.

Infra(structure)

All 'managed' infrastructure is deployed and provisioned with Ansible. However, some 'unmanaged' (manually managed) resources also exist - primarily everything required for this repository to work (I don't want to make a dependency loop).

Ansible playbooks are ran in alphanumerical order and are expected to be idempotent.

Description
KovalHome automations
Readme 610 KiB
Languages
Shell 100%