LocalAuthority / config / work-orders.yaml
Newer Older
23 lines | 0.877kb
Xdev Host Manager authored 2 days ago
1
version: 1
2
work_orders:
3
  - id: "WO-20260606-001"
4
    status: "pending"
5
    title: "Remove legacy public-cert local vhost names"
6
    reason: "These names were introduced for Let's Encrypt-backed nginx vhosts for local Proxmox/PBS web interfaces. The local CA replaces public certificates for local-only resources."
7
    created_at: "2026-06-06T00:00:00Z"
8
    actions:
9
      - type: "remove_name"
10
        host_id: "baobab"
11
        name: "pmx.baobab.madagascar.xdev.ro"
12
      - type: "remove_name"
13
        host_id: "ebony"
14
        name: "pmx.ebony.madagascar.xdev.ro"
15
      - type: "remove_name"
16
        host_id: "tapia"
17
        name: "pmx.tapia.madagascar.xdev.ro"
18
      - type: "remove_name"
19
        host_id: "anjothibe"
20
        name: "pbs.anjothibe.madagascar.xdev.ro"
21
      - type: "remove_name"
22
        host_id: "andrafiabe"
23
        name: "pbs.andrafiabe.madagascar.xdev.ro"