zoukankan      html  css  js  c++  java
  • SaltStack 的插件特性

    SaltStack 的子系统:
    SaltStack 包含了超过 20 种的支持可插拔的子系统,我们中的大多数可能只对少数子系统感兴趣。常见的 SaltStack 子系统如下表所示。
    名称 说明
    认证(Authentication) Authorizes a user before running a job.
    文件服务(File server) Distributes files.
    安全数据存储(Secure data store) Makes user-defined variables and other data securely available.
    状态展示(State representation) Describes your infrastructure and system configurations.
    返回值格式化(Return formatter) Formats job results into a normalized data structure.
    结果缓存(Result cache) Sends job results to long-term storage.
    远程执行(Remote execution) Runs a wide variety of tasks to install software, distribute files, and other things you need to do to manage systems.
    配置(Configuration) Configures targeted systems to match a desired state.
     
    SaltStack 常用子系统与插件的结构图如下所示。
  • 相关阅读:
    jquery同步请求
    js换空格为别的元素
    获取页面的checkbox,并给参数赋值
    jQuery判断checkbox是否选中的3种方法
    opencv基础知识------IplImage, CvMat, Mat 的关系和相互转换
    Opencv基础知识-----视频的读取和操作
    OpenCV 基础知识------图像创建、访问、转换
    windows消息钩子注册底层机制浅析
    Windows内核遍历驱动模块源码分析
    VC 快速创建多层文件夹
  • 原文地址:https://www.cnblogs.com/autopenguin/p/7080502.html
Copyright © 2011-2022 走看看