35 lines
589 B
JSON
35 lines
589 B
JSON
{
|
|
"best_practices": [
|
|
"bp_001",
|
|
"bp_021"
|
|
],
|
|
"category": "networking",
|
|
"conflicts_with": [],
|
|
"dependencies": [
|
|
"os"
|
|
],
|
|
"description": "DNS resolver configuration — nameservers and search domains via /etc/resolv.conf",
|
|
"modes": [
|
|
"taskserv"
|
|
],
|
|
"name": "resolv",
|
|
"provides": [
|
|
{
|
|
"id": "dns-resolver",
|
|
"interface": "networking",
|
|
"version": "1.0"
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"capability": "linux-node",
|
|
"kind": "Required"
|
|
}
|
|
],
|
|
"tags": [
|
|
"networking",
|
|
"dns",
|
|
"resolv"
|
|
],
|
|
"version": "1.0.0"
|
|
}
|