refactor: standardise docker role variable prefixing to docker_<app>_* #43

Open
opened 2026-05-14 03:01:36 +00:00 by mconway · 0 comments
Owner

k8s roles consistently use k8s_<app>_* variable prefixes. Docker roles have no consistent pattern:

  • docker-pihole: nested container.name, container.image
  • docker-vaultwarden: vaultwarden_host, data_dir
  • docker-unifi: unifi_host, unifi_poller_*

Standardise to docker_<app>_* to match the k8s convention and make role variables easier to identify.

k8s roles consistently use `k8s_<app>_*` variable prefixes. Docker roles have no consistent pattern: - `docker-pihole`: nested `container.name`, `container.image` - `docker-vaultwarden`: `vaultwarden_host`, `data_dir` - `docker-unifi`: `unifi_host`, `unifi_poller_*` Standardise to `docker_<app>_*` to match the k8s convention and make role variables easier to identify.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mconway/Homelab#43
No description provided.