{"key":"homelab_ssh_access_paths_2026_04_03","title":"Homelab SSH Access Paths","content":"Detailed SSH access reference for the homelab as of 2026-04-03. This memory is intended to be operationally complete enough that a fresh Codex session or another CLI can use it directly to reach the correct VM without guessing.\n\nGlobal defaults:\n- Primary homelab SSH private key on this machine: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Matching public key: `/home/svc-admin/.ssh/id_ed25519_homelab.pub`\n- Default Linux admin user for almost all homelab VMs: `svc-admin`\n- User override: `svc-auto` uses `ansible`\n- Windows SSH user: `Jason`\n- Common SSH safety option used successfully from this machine: `-o StrictHostKeyChecking=accept-new`\n- Common non-interactive reachability option used successfully from this machine: `-o BatchMode=yes -o ConnectTimeout=5`\n- SSH port is the standard `22` unless stated otherwise.\n\nKnown SSH config aliases on this machine (`/home/svc-admin/.ssh/config`):\n- `svc-dev`\n  - HostName: `192.168.4.123`\n  - User: `svc-admin`\n  - IdentityFile: `~/.ssh/id_ed25519_homelab`\n  - StrictHostKeyChecking: `accept-new`\n  - Direct command: `ssh svc-dev`\n- `svc-apps`\n  - HostName: `192.168.4.114`\n  - User: `svc-admin`\n  - IdentityFile: `~/.ssh/id_ed25519_homelab`\n  - StrictHostKeyChecking: `accept-new`\n  - Direct command: `ssh svc-apps`\n\nNo SSH alias is currently defined in `/home/svc-admin/.ssh/config` for the other homelab hosts, so use explicit user@ip form with the homelab key.\n\nValidated host-by-host SSH access paths (excluding `qdevice` by design):\n\n1. `pve-01`\n- IP: `192.168.4.53`\n- Hostname returned by SSH: `homelab`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.53`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.53 hostname`\n\n2. `pve-02`\n- IP: `192.168.4.54`\n- Hostname returned by SSH: `homelab-02`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.54`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.54 hostname`\n\n3. `svc-sec`\n- IP: `192.168.4.110`\n- Hostname returned by SSH: `svc-sec`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.110`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.110 hostname`\n\n4. `datalab`\n- IP: `192.168.4.111`\n- Hostname returned by SSH: `datalab`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.111`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.111 hostname`\n\n5. `svc-minecraft`\n- IP: `192.168.4.112`\n- Hostname returned by SSH: `svc-minecraft`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.112`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.112 hostname`\n\n6. `svc-db-01`\n- IP: `192.168.4.113`\n- Hostname returned by SSH: `svc-db-01`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.113`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.113 hostname`\n\n7. `svc-apps`\n- IP: `192.168.4.114`\n- Hostname returned by SSH: `svc-apps`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- SSH alias available: `svc-apps`\n- Preferred command: `ssh svc-apps`\n- Explicit command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.114`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.114 hostname`\n\n8. `svc-dns-01`\n- IP: `192.168.4.115`\n- Hostname returned by SSH: `svc-dns-01`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.115`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.115 hostname`\n\n9. `svc-monitor`\n- IP: `192.168.4.116`\n- Hostname returned by SSH: `svc-monitor`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.116`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.116 hostname`\n\n10. `svc-ai`\n- IP: `192.168.4.117`\n- Hostname returned by SSH: `svc-ai`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.117`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.117 hostname`\n\n11. `linuxlab`\n- IP: `192.168.4.118`\n- Hostname returned by SSH: `linuxlab`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.118`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.118 hostname`\n\n12. `svc-nas`\n- IP: `192.168.4.119`\n- Hostname returned by SSH: `svc-nas`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.119`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.119 hostname`\n\n13. `svc-auto`\n- IP: `192.168.4.120`\n- Hostname returned by SSH: `svc-auto`\n- User: `ansible`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Important user override: this host does NOT use `svc-admin` for the validated SSH path; use `ansible`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab ansible@192.168.4.120`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 ansible@192.168.4.120 hostname`\n\n14. `svc-mgmt`\n- IP: `192.168.4.121`\n- Hostname returned by SSH: `svc-mgmt`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.121`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.121 hostname`\n\n15. `svc-dev`\n- IP: `192.168.4.123`\n- Hostname returned by SSH: `svc-dev`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- SSH alias available: `svc-dev`\n- Preferred command: `ssh svc-dev`\n- Explicit command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.123`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.123 hostname`\n\n16. `Binkie-Desktop`\n- IP: `192.168.4.104`\n- Hostname returned by SSH: `Binkie-Desktop`\n- User: `Jason`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- This Windows host is reachable by OpenSSH from this machine.\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab Jason@192.168.4.104`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 Jason@192.168.4.104 hostname`\n\nOperational rule for fresh sessions:\n- If the target is `svc-dev` or `svc-apps`, prefer the SSH alias first because it is already defined locally.\n- For every other host in this memory, use the explicit `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab user@ip` form.\n- Do not include or attempt `qdevice` in this operational host set.\n- If a fresh session needs to validate access before running work, use the non-interactive `hostname` check form listed per host.\n\nSummary of exact validated SSH user mapping:\n- `svc-admin`: `pve-01`, `pve-02`, `svc-sec`, `datalab`, `svc-minecraft`, `svc-db-01`, `svc-apps`, `svc-dns-01`, `svc-monitor`, `svc-ai`, `linuxlab`, `svc-nas`, `svc-mgmt`, `svc-dev`\n- `ansible`: `svc-auto`\n- `Jason`: `Binkie-Desktop`\n\nThis memory intentionally excludes `qdevice` even though it exists in older inventory references.","summary":"Detailed SSH access reference for the homelab as of 2026-04-03. This memory is intended to be operationally complete enough that a fresh Codex session or another CLI can use it directly to reach the correct VM without guessing.\n\nGlobal defaults:\n- Primary homelab SSH private key on this machine: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Matching public key: `/home/svc-admin/.ssh/id_ed25519_homelab.pub`\n- Default Linux admin user for almost all homelab VMs: `svc-admin`\n- User override: `svc-auto` uses `ansible`\n- Windows SSH user: `Jason`\n- Common SSH safety option used successfully from this machine: `-o StrictHostKeyChecking=accept-new`\n- Common non-interactive reachability option used successfully from this machine: `-o BatchMode=yes -o ConnectTimeout=5`\n- SSH port is the standard `22` unless stated otherwise.\n\nKnown SSH config aliases on this machine (`/home/svc-admin/.ssh/config`):\n- `svc-dev`\n  - HostName: `192.168.4.123`\n  - User: `svc-admin`\n  - IdentityFile: `~/.ssh/id_ed25519_homelab`\n  - StrictHostKeyChecking: `accept-new`\n  - Direct command: `ssh svc-dev`\n- `svc-apps`\n  - HostName: `192.168.4.114`\n  - User: `svc-admin`\n  - IdentityFile: `~/.ssh/id_ed25519_homelab`\n  - StrictHostKeyChecking: `accept-new`\n  - Direct command: `ssh svc-apps`\n\nNo SSH alias is currently defined in `/home/svc-admin/.ssh/config` for the other homelab hosts, so use explicit user@ip form with the homelab key.\n\nValidated host-by-host SSH access paths (excluding `qdevice` by design):\n\n1. `pve-01`\n- IP: `192.168.4.53`\n- Hostname returned by SSH: `homelab`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.53`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.53 hostname`\n\n2. `pve-02`\n- IP: `192.168.4.54`\n- Hostname returned by SSH: `homelab-02`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.54`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.54 hostname`\n\n3. `svc-sec`\n- IP: `192.168.4.110`\n- Hostname returned by SSH: `svc-sec`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.110`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.110 hostname`\n\n4. `datalab`\n- IP: `192.168.4.111`\n- Hostname returned by SSH: `datalab`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.111`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.111 hostname`\n\n5. `svc-minecraft`\n- IP: `192.168.4.112`\n- Hostname returned by SSH: `svc-minecraft`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.112`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.112 hostname`\n\n6. `svc-db-01`\n- IP: `192.168.4.113`\n- Hostname returned by SSH: `svc-db-01`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.113`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.113 hostname`\n\n7. `svc-apps`\n- IP: `192.168.4.114`\n- Hostname returned by SSH: `svc-apps`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- SSH alias available: `svc-apps`\n- Preferred command: `ssh svc-apps`\n- Explicit command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.114`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.114 hostname`\n\n8. `svc-dns-01`\n- IP: `192.168.4.115`\n- Hostname returned by SSH: `svc-dns-01`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.115`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.115 hostname`\n\n9. `svc-monitor`\n- IP: `192.168.4.116`\n- Hostname returned by SSH: `svc-monitor`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.116`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.116 hostname`\n\n10. `svc-ai`\n- IP: `192.168.4.117`\n- Hostname returned by SSH: `svc-ai`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.117`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.117 hostname`\n\n11. `linuxlab`\n- IP: `192.168.4.118`\n- Hostname returned by SSH: `linuxlab`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.118`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.118 hostname`\n\n12. `svc-nas`\n- IP: `192.168.4.119`\n- Hostname returned by SSH: `svc-nas`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.119`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.119 hostname`\n\n13. `svc-auto`\n- IP: `192.168.4.120`\n- Hostname returned by SSH: `svc-auto`\n- User: `ansible`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Important user override: this host does NOT use `svc-admin` for the validated SSH path; use `ansible`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab ansible@192.168.4.120`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 ansible@192.168.4.120 hostname`\n\n14. `svc-mgmt`\n- IP: `192.168.4.121`\n- Hostname returned by SSH: `svc-mgmt`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.121`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.121 hostname`\n\n15. `svc-dev`\n- IP: `192.168.4.123`\n- Hostname returned by SSH: `svc-dev`\n- User: `svc-admin`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- SSH alias available: `svc-dev`\n- Preferred command: `ssh svc-dev`\n- Explicit command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab svc-admin@192.168.4.123`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 svc-admin@192.168.4.123 hostname`\n\n16. `Binkie-Desktop`\n- IP: `192.168.4.104`\n- Hostname returned by SSH: `Binkie-Desktop`\n- User: `Jason`\n- Key: `/home/svc-admin/.ssh/id_ed25519_homelab`\n- This Windows host is reachable by OpenSSH from this machine.\n- Command: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab Jason@192.168.4.104`\n- Non-interactive check form: `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab -o BatchMode=yes -o StrictHostKeyChecking=accept-new -o ConnectTimeout=5 Jason@192.168.4.104 hostname`\n\nOperational rule for fresh sessions:\n- If the target is `svc-dev` or `svc-apps`, prefer the SSH alias first because it is already defined locally.\n- For every other host in this memory, use the explicit `ssh -i /home/svc-admin/.ssh/id_ed25519_homelab user@ip` form.\n- Do not include or attempt `qdevice` in this operational host set.\n- If a fresh session needs to validate access before running work, use the non-interactive `hostname` check form listed per host.\n\nSummary of exact validated SSH user mapping:\n- `svc-admin`: `pve-01`, `pve-02`, `svc-sec`, `datalab`, `svc-minecraft`, `svc-db-01`, `svc-apps`, `svc-dns-01`, `svc-monitor`, `svc-ai`, `linuxlab`, `svc-nas`, `svc-mgmt`, `svc-dev`\n- `ansible`: `svc-auto`\n- `Jason`: `Binkie-Desktop`\n\nThis memory intentionally excludes `qdevice` even though it exists in older inventory references.","status":"active","namespace":"general","namespace_name":"general","namespace_tier":"shared","tags":[]}