Category Archives: AutomaticOPS

Ansible 模块文档的查询

Posted in Ansible, AutomaticOPS | Tagged | Leave a comment

Inventory文件对主机名分组的写法

Posted in Ansible | Tagged | Leave a comment

ansible命令的基本用法和Inventory文件的写法:

Posted in Ansible, AutomaticOPS | Tagged | Leave a comment

SaltStack 与ZeroMQ

ZeroMQ主要的工作:消息队列 1.发布于订阅系统(类似于对讲机)     端口4505/tcp,长链接,就是因为这个,才使速度特别快。 2.请求与响应     端口4506/tcp 在安装python-setproctitle之后,可以直接使用ps 命令看到saltmaster启动的进程名,否则只会看到一堆salt-master进程。 ps -ef | grep salt

Posted in AutomaticOPS, Saltstack | Tagged , | Leave a comment

saltstack配置管理

Posted in AutomaticOPS, Saltstack | Tagged , | Leave a comment