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(解决的两种方式)
3723 0
Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa(解决的两种方式)
|
3月前
|
C#
【Azure Function】Function App启动时出现 Failed to open local port 4001 错误,这是什么情况呢?
【Azure Function】Function App启动时出现 Failed to open local port 4001 错误,这是什么情况呢?
|
3月前
|
前端开发 API
【API管理 APIM】APIM中如何配置使用URL路径的方式传递参数(如由test.htm?name=xxx 变为test\xxx)
【API管理 APIM】APIM中如何配置使用URL路径的方式传递参数(如由test.htm?name=xxx 变为test\xxx)
|
监控 开发工具
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.
9847 0
|
API
Unable to register node “xxx“ with API server: Unauthorized
Unable to register node “xxx“ with API server: Unauthorized
918 0
tp6路由设置根据目录自动 /home/index/test
tp6路由设置根据目录自动 /home/index/test
151 0
|
网络安全
ssh启用报错 unable to load host key /etc/ssh/ssh_host_ed25519_key bad permissions
ssh启用报错 unable to load host key /etc/ssh/ssh_host_ed25519_key bad permissions
444 0
|
Linux Serverless iOS开发
CentOS上部署node报错:node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: invalid ELF header
CentOS上部署node报错:node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: invalid ELF header
685 0
CentOS上部署node报错:node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: invalid ELF header
|
消息中间件
RabbitMq Virtual host ‘myHost’ experienced an error on node XXXX and may be inaccessible
RabbitMq Virtual host ‘myHost’ experienced an error on node XXXX and may be inaccessible
865 0
RabbitMq Virtual host ‘myHost’ experienced an error on node XXXX and may be inaccessible
|
PHP
TP5.1自定义创建命令(php think make:controller app\index\User)
TP5.1自定义创建命令(php think make:controller app\index\User)
125 0
TP5.1自定义创建命令(php think make:controller app\index\User)