博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SaltStack之无Master和多Master(九)
阅读量:6169 次
发布时间:2019-06-21

本文共 409 字,大约阅读时间需要 1 分钟。

SaltStack之无Master和多Master

  • Masterless架构,无Master

实现方式:

1)关闭minion进程

2)修改配置文件

vi /etc/salt/minionfile_client: local

备注:其它配置项如file_roots、pillar_roots跟master一样,区别在于上面的配置项,将从master获取cache数据,改成了从本地获取cache数据。

3)编写SLS文件

4)执行命令:salt-call --local state.highstate

 

  • 多master架构

实现方式:

1)minion配置

vi /etc/salt/minionmaster:   - 192.168.137.11  - 192.168.137.21

2)SLS使用git或者SVN管理

另一种方式: NFS共享keys 、file_roots、pillar_roots,但是不安全。

 

转载地址:http://hpuba.baihongyu.com/

你可能感兴趣的文章