mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
example format of the groups in the master config
This commit is contained in:
parent
93caae3d7c
commit
3a9bb45e35
1 changed files with 21 additions and 0 deletions
21
conf/master
21
conf/master
|
@ -168,3 +168,24 @@
|
|||
# }
|
||||
#
|
||||
#log_granular_levels: {}
|
||||
|
||||
|
||||
##### Node Groups #####
|
||||
##########################################
|
||||
# Node groups allow for logical groupings of minion nodes.
|
||||
# A group consists of a target evalation form(ie; list, glob, grain)
|
||||
# and the value of that form. Currently a group can only consist
|
||||
# of one target eval form and the value for that form.
|
||||
#
|
||||
# nodegroups: {
|
||||
# group1: {
|
||||
# list: [
|
||||
# 'foo.domain.com',
|
||||
# 'bar.domain.com',
|
||||
# 'baz.domain.com',
|
||||
# ]
|
||||
# },
|
||||
# group2: {
|
||||
# glob: 'ba*.domain.com',
|
||||
# },
|
||||
# }
|
||||
|
|
Loading…
Add table
Reference in a new issue