mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add new ssh_nodegroups config
This commit is contained in:
parent
ac85cfdbd0
commit
688a78c08c
1 changed files with 5 additions and 0 deletions
|
@ -589,6 +589,10 @@ VALID_OPTS = {
|
|||
# A compound target definition. See: http://docs.saltstack.com/en/latest/topics/targeting/nodegroups.html
|
||||
'nodegroups': dict,
|
||||
|
||||
# List-only nodegroups for salt-ssh. Each group must be formed as either a
|
||||
# comma-separated list, or a YAML list.
|
||||
'ssh_nodegroups': dict,
|
||||
|
||||
# The logfile location for salt-key
|
||||
'key_logfile': str,
|
||||
|
||||
|
@ -1112,6 +1116,7 @@ DEFAULT_MASTER_OPTS = {
|
|||
'search_index_interval': 3600,
|
||||
'loop_interval': 60,
|
||||
'nodegroups': {},
|
||||
'ssh_nodegroups': {},
|
||||
'cython_enable': False,
|
||||
'enable_gpu_grains': False,
|
||||
# XXX: Remove 'key_logfile' support in 2014.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue