摘要: Job管理 本章节参考《SaltStack技术入门与实践》,感谢该书作者: 刘继伟、沈灿、赵舜东 在SaltStack里面执行任何一个操作都会在Master上产生一个jid号。Minion端会在cache目录下的proc目录创建一个jid为名称的文件,这个文件里面的内容就是此次操作的记录,当操作处理 阅读全文
posted @ 2018-06-24 19:57 左扬 阅读(379) 评论(0) 推荐(0) 编辑
摘要: JOB MANAGEMENT New in version 0.9.7. Since Salt executes jobs running on many systems, Salt needs to be able to manage jobs running on many systems. 由 阅读全文
posted @ 2018-06-24 19:20 左扬 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 执行结果处理 本章节参考《SaltStack技术入门与实践》,感谢该书作者: 刘继伟、沈灿、赵舜东 Return组件可以理解为SaltStack系统对执行Minion返回后的数据进行存储或者返回给其他程序,它支持多种存储方式,比如用MySQL、MongoDB、Redis、Memcache等,通过Re 阅读全文
posted @ 2018-06-24 18:40 左扬 阅读(222) 评论(0) 推荐(0) 编辑
摘要: ETURNERS 返回器 By default the return values of the commands sent to the Salt minions are returned to the Salt master, however anything at all can be don 阅读全文
posted @ 2018-06-24 15:31 左扬 阅读(704) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-06-24 14:59 左扬 阅读(4) 评论(0) 推荐(0) 编辑
摘要: STATES TUTORIAL, PART 4 本教程建立在第1部分、第2部分、第3部分涵盖的主题上。建议您从此开始。这章教程我们将讨论更多 sls 文件的扩展模板和配置技巧。 This part of the tutorial will show how to use salt's file_ro 阅读全文
posted @ 2018-06-24 12:10 左扬 阅读(242) 评论(0) 推荐(0) 编辑
levels of contents