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数据以其他格式返回,你可能需要使用适当的工具进行解析。


相关文章
|
3月前
|
C#
【Azure Function】Function App启动时出现 Failed to open local port 4001 错误,这是什么情况呢?
【Azure Function】Function App启动时出现 Failed to open local port 4001 错误,这是什么情况呢?
|
3月前
【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
|
6月前
|
Java
ZooKeeper【问题 01】首次部署启动两次报错问题解决 Could not find or load main class + Failed to bind to /0.0.0.0:8080
ZooKeeper【问题 01】首次部署启动两次报错问题解决 Could not find or load main class + Failed to bind to /0.0.0.0:8080
335 1
|
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
1003 1
安装nginx:src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘curren
解决 ERROR: cannot launch node of type [xxx]: can‘t locate node [xxx] in package [xxx]
解决 ERROR: cannot launch node of type [xxx]: can‘t locate node [xxx] in package [xxx]
841 0
|
JavaScript
(最方便兼容各种js)拿到路径全部信息(hash,host,hostname,href,origin,pathname,port,protocol)以及跳转路由
(最方便兼容各种js)拿到路径全部信息(hash,host,hostname,href,origin,pathname,port,protocol)以及跳转路由
157 0
(最方便兼容各种js)拿到路径全部信息(hash,host,hostname,href,origin,pathname,port,protocol)以及跳转路由
|
网络协议 Linux 网络安全
用Bind配置AD(Active Directory)
PS: 先转了! 系统环境:1、Centos 5.6  2、Bind 9.3 事项:使用bind 作为DNS Server 配置域控器(AD) ##############################################     在配置AD中较多人都使用本身AD来配置成DNS 服务器,这也方便快捷。Bind我使用了较长时间,觉非常不错,个人比较偏爱使用。
1795 0
|
PHP
TP5.1自定义创建命令(php think make:controller app\index\User)
TP5.1自定义创建命令(php think make:controller app\index\User)
126 0
TP5.1自定义创建命令(php think make:controller app\index\User)
【TP5.1】Config的用法
【TP5.1】Config的用法
300 0
【TP5.1】Config的用法
|
PHP
TP5.1命令行创建controller修改创建模板(php think make:controller app\admin\controller\Login)
TP5.1命令行创建controller修改创建模板(php think make:controller app\admin\controller\Login)
360 0
TP5.1命令行创建controller修改创建模板(php think make:controller app\admin\controller\Login)