Home | Mirror | Search | ITEYE 博客 | OSChina 博客 | 51CTO 博客

126.4. /etc/salt/master

126.4.1. File Server settings

編輯 /etc/salt/master 檔案

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

126.4.2. Pillar settings

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

126.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'
			
comments powered by Disqus