Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

133.4. /etc/salt/master

133.4.1. File Server settings

编辑 /etc/salt/master 文件

file_roots:
  base:
    - /srv/salt
			
mkdir /srv/salt
			

133.4.2. Pillar settings

pillar_roots:
  base:
    - /srv/pillar
			
mkdir -p /srv/pillar
			

133.4.3. Node Groups

nodegroups:
  group1: 'L@foo.domain.com,bar.domain.com,baz.domain.com and bl*.domain.com'
  group2: 'G@os:Debian and foo.domain.com'
			

133.4.4. File Server Backend

fileserver_backend:
  - roots