44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"os": {
|
|
"admin_group": "devadm",
|
|
"admin_user": "devadm",
|
|
"concerns": {
|
|
"backup": {
|
|
"kind": "disabled",
|
|
"reason": "stateless: configuration in git, no runtime data to capture"
|
|
},
|
|
"certs": {
|
|
"kind": "disabled",
|
|
"reason": "no ACME issuer required"
|
|
},
|
|
"dns": {
|
|
"kind": "disabled",
|
|
"reason": "no DNS records owned by this component"
|
|
},
|
|
"observability": {
|
|
"backlog_ref": "OBS-001",
|
|
"kind": "pending",
|
|
"reason": "ObservabilityImpl iteration deferred — surface stub only"
|
|
},
|
|
"security": {
|
|
"backlog_ref": "SEC-001",
|
|
"kind": "pending",
|
|
"reason": "SecurityImpl iteration deferred — surface stub only"
|
|
},
|
|
"tls": {
|
|
"kind": "disabled",
|
|
"reason": "no TLS termination at this layer"
|
|
}
|
|
},
|
|
"mode": "taskserv",
|
|
"name": "os",
|
|
"operations": {
|
|
"install": true
|
|
},
|
|
"src_user_path": "devadm-home",
|
|
"ssh_keys": "",
|
|
"sysctl": {
|
|
"disable_ipv6": false
|
|
}
|
|
}
|
|
}
|