2. salt-call pillar.item luoma_server_config如何获取下一级

简介: 2. salt-call pillar.item luoma_server_config如何获取下一级

在SaltStack中,pillar.item用于获取pillar数据。如果你想获取pillar数据中的下一级(即嵌套在luoma_server_config下的数据),你可以使用类似以下的方式:

bash

Copy code

salt-call pillar.item luoma_server_config

上述命令将返回luoma_server_config pillar数据的全部内容。然后,你可以通过标准的字典操作来获取下一级的数据。例如,如果你想获取luoma_server_config中的一个名为subkey的下一级项,可以使用以下Salt模块:

bash

Copy code

salt-call pillar.item luoma_server_config | jq '.luoma_server_config.subkey'

上述命令中使用了jq,这是一个用于处理JSON数据的命令行工具。你可以根据你系统的需要使用其他类似工具。

请注意,以上的命令中使用了jq,这是因为pillar数据一般是以JSON格式返回的。如果你的pillar数据以其他格式返回,你可能需要使用适当的工具进行解析。


相关文章
|
网络安全 开发工具 git
Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa(解决的两种方式)
Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa(解决的两种方式)
3890 0
Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa(解决的两种方式)
|
监控 开发工具
Zabbix自定义KEY报错ZBX_NOTSUPPORTED: Unsupported item key.
[root@zabbix bin]# ./zabbix_get -s 192.217.24.47 -k jump-server ZBX_NOTSUPPORTED: Unsupported item key.
9902 0
|
Unix 应用服务中间件 nginx
安装nginx:src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘curren
安装nginx:src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘curren
1032 1
安装nginx:src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘curren
|
8月前
|
SQL 安全 网络安全
解决:provider:Named Pipes Provider error:40无法打开SQL Server的连接 的3种方式
解决:provider:Named Pipes Provider error:40无法打开SQL Server的连接 的3种方式
1279 0
|
Kubernetes API 容器
Kubenetes 添加节点报错—couldn‘t validate the identity of the API Server
Kubenetes 添加节点报错—couldn‘t validate the identity of the API Server
1058 0
|
JavaScript
(最方便兼容各种js)拿到路径全部信息(hash,host,hostname,href,origin,pathname,port,protocol)以及跳转路由
(最方便兼容各种js)拿到路径全部信息(hash,host,hostname,href,origin,pathname,port,protocol)以及跳转路由
166 0
(最方便兼容各种js)拿到路径全部信息(hash,host,hostname,href,origin,pathname,port,protocol)以及跳转路由
|
SQL JavaScript 前端开发
第三十六章 使用 CSP 进行基于标签的开发 - 使用尽可能少的#server和#call调用
第三十六章 使用 CSP 进行基于标签的开发 - 使用尽可能少的#server和#call调用
137 0
|
PHP
TP5.1自定义创建命令(php think make:controller app\index\User)
TP5.1自定义创建命令(php think make:controller app\index\User)
140 0
TP5.1自定义创建命令(php think make:controller app\index\User)
sys_service_provider_id返佣参数详解-参数解读系列
说明: 返佣分为支付宝返佣和口碑返佣 支付宝返佣:需要isv服务商签署《当面付ISV基础协作费方案》、《花呗分期协作费方案(前台)》等协议。举列:第三方应用授权模式下,商户授权给isv,isv代商户发起支付请求时,请求参数中传 sys_service_provider_id(系统商编号 该参数作为系统商返佣数据提取的依据,请填写系统商签约协议的PID)参数。
2516 12

热门文章

最新文章