Saltstack Official Salt Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

f_defaults.conf 67KB

pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 8 gadiem
pirms 11 gadiem
Fixed pillar_roots generation for salt-master. With a simple pillar like this:: $ sudo salt-call --config-dir /srv/etc/bootstrap --pillar-root /srv/pillar pillar.get salt:pillar_roots local: ---------- base: - /srv/pillar This was generated in /etc/salt/master.d/f_defaults.conf:: # highstate format, and is generally just key/value pairs. pillar_roots:base:- /srv/pillar # Resulting in parse errors by salt:: $ sudo salt '*' state.highstate [ERROR ] Error parsing configuration file: /etc/salt/master.d/f_defaults.conf - while scanning a simple key in "<string>", line 531, column 1: pillar_roots:base:- /srv/pillar ^ could not found expected ':' in "<string>", line 532, column 1: # ^ [ERROR ] Error parsing configuration file: /etc/salt/master.d/f_defaults.conf - while scanning a simple key in "<string>", line 531, column 1: pillar_roots:base:- /srv/pillar ^ could not found expected ':' in "<string>", line 532, column 1: # ^ This patch will fix it as such:: ID: salt-master Function: file.recurse Name: /etc/salt/master.d Result: True Comment: Recursively updated /etc/salt/master.d Started: 11:37:12.946823 Duration: 6255.296 ms Changes: ---------- /etc/salt/master.d/f_defaults.conf: ---------- diff: --- +++ @@ -528,7 +528,9 @@ # Pillar is laid out in the same fashion as the file server, with environments, # a top file and sls files. However, pillar data does not need to be in the # highstate format, and is generally just key/value pairs. -pillar_roots:base:- /srv/pillar +pillar_roots: + base: + - /srv/pillar # Resulting in:: # highstate format, and is generally just key/value pairs. pillar_roots: base: - /srv/pillar #
pirms 9 gadiem
Fixed pillar_roots generation for salt-master. With a simple pillar like this:: $ sudo salt-call --config-dir /srv/etc/bootstrap --pillar-root /srv/pillar pillar.get salt:pillar_roots local: ---------- base: - /srv/pillar This was generated in /etc/salt/master.d/f_defaults.conf:: # highstate format, and is generally just key/value pairs. pillar_roots:base:- /srv/pillar # Resulting in parse errors by salt:: $ sudo salt '*' state.highstate [ERROR ] Error parsing configuration file: /etc/salt/master.d/f_defaults.conf - while scanning a simple key in "<string>", line 531, column 1: pillar_roots:base:- /srv/pillar ^ could not found expected ':' in "<string>", line 532, column 1: # ^ [ERROR ] Error parsing configuration file: /etc/salt/master.d/f_defaults.conf - while scanning a simple key in "<string>", line 531, column 1: pillar_roots:base:- /srv/pillar ^ could not found expected ':' in "<string>", line 532, column 1: # ^ This patch will fix it as such:: ID: salt-master Function: file.recurse Name: /etc/salt/master.d Result: True Comment: Recursively updated /etc/salt/master.d Started: 11:37:12.946823 Duration: 6255.296 ms Changes: ---------- /etc/salt/master.d/f_defaults.conf: ---------- diff: --- +++ @@ -528,7 +528,9 @@ # Pillar is laid out in the same fashion as the file server, with environments, # a top file and sls files. However, pillar data does not need to be in the # highstate format, and is generally just key/value pairs. -pillar_roots:base:- /srv/pillar +pillar_roots: + base: + - /srv/pillar # Resulting in:: # highstate format, and is generally just key/value pairs. pillar_roots: base: - /srv/pillar #
pirms 9 gadiem
Fixed pillar_roots generation for salt-master. With a simple pillar like this:: $ sudo salt-call --config-dir /srv/etc/bootstrap --pillar-root /srv/pillar pillar.get salt:pillar_roots local: ---------- base: - /srv/pillar This was generated in /etc/salt/master.d/f_defaults.conf:: # highstate format, and is generally just key/value pairs. pillar_roots:base:- /srv/pillar # Resulting in parse errors by salt:: $ sudo salt '*' state.highstate [ERROR ] Error parsing configuration file: /etc/salt/master.d/f_defaults.conf - while scanning a simple key in "<string>", line 531, column 1: pillar_roots:base:- /srv/pillar ^ could not found expected ':' in "<string>", line 532, column 1: # ^ [ERROR ] Error parsing configuration file: /etc/salt/master.d/f_defaults.conf - while scanning a simple key in "<string>", line 531, column 1: pillar_roots:base:- /srv/pillar ^ could not found expected ':' in "<string>", line 532, column 1: # ^ This patch will fix it as such:: ID: salt-master Function: file.recurse Name: /etc/salt/master.d Result: True Comment: Recursively updated /etc/salt/master.d Started: 11:37:12.946823 Duration: 6255.296 ms Changes: ---------- /etc/salt/master.d/f_defaults.conf: ---------- diff: --- +++ @@ -528,7 +528,9 @@ # Pillar is laid out in the same fashion as the file server, with environments, # a top file and sls files. However, pillar data does not need to be in the # highstate format, and is generally just key/value pairs. -pillar_roots:base:- /srv/pillar +pillar_roots: + base: + - /srv/pillar # Resulting in:: # highstate format, and is generally just key/value pairs. pillar_roots: base: - /srv/pillar #
pirms 9 gadiem
pirms 11 gadiem
pirms 9 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
pirms 11 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782
  1. # This file managed by Salt, do not edit by hand!!
  2. # Based on salt version 2016.11 default config
  3. {% set reserved_keys = ['master', 'minion', 'cloud', 'salt_cloud_certs', 'engines', 'lxc.network_profile', 'lxc.container_profile', 'reactors'] -%}
  4. {% set cfg_salt = pillar.get('salt', {}) -%}
  5. {% set cfg_master = cfg_salt.get('master', {}) -%}
  6. {% set default_keys = [] -%}
  7. {%- macro get_config(configname, default_value) -%}
  8. {%- do default_keys.append(configname) %}
  9. {%- if configname in cfg_master -%}
  10. {{ configname }}: {{ cfg_master[configname]|json }}
  11. {%- elif configname in cfg_salt and configname not in reserved_keys -%}
  12. {{ configname }}: {{ cfg_salt[configname]|json }}
  13. {%- else -%}
  14. #{{ configname }}: {{ default_value|json }}
  15. {%- endif -%}
  16. {%- endmacro -%}
  17. {%- from 'salt/formulas.jinja' import file_roots, formulas with context -%}
  18. ##### Primary configuration settings #####
  19. ##########################################
  20. # This configuration file is used to manage the behavior of the Salt Master.
  21. # Values that are commented out but have an empty line after the comment are
  22. # defaults that do not need to be set in the config. If there is no blank line
  23. # after the comment then the value is presented as an example and is not the
  24. # default.
  25. # The id to be passed in the publish job to minions.
  26. # This is used for MultiSyndics to return the job to the requesting master.
  27. # This must be the same string as the syndic is configured with.
  28. # master_id: None
  29. {{ get_config('master_id', 'None') }}
  30. # Per default, the master will automatically include all config files
  31. # from master.d/*.conf (master.d is a directory in the same directory
  32. # as the main master config file).
  33. {{ get_config('default_include', 'master.d/*.conf') }}
  34. # The address of the interface to bind to:
  35. {{ get_config('interface', '0.0.0.0') }}
  36. # Whether the master should listen for IPv6 connections. If this is set to True,
  37. # the interface option must be adjusted, too. (For example: "interface: '::'")
  38. {{ get_config('ipv6', 'False') }}
  39. # The tcp port used by the publisher:
  40. {{ get_config('publish_port', '4505') }}
  41. # The user under which the salt master will run. Salt will update all
  42. # permissions to allow the specified user to run the master. The exception is
  43. # the job cache, which must be deleted if this user is changed. If the
  44. # modified files cause conflicts, set verify_env to False.
  45. {{ get_config('user', 'root') }}
  46. # The port used by the communication interface. The ret (return) port is the
  47. # interface used for the file server, authentication, job returns, etc.
  48. {{ get_config('ret_port', '4506') }}
  49. # Specify the location of the daemon process ID file:
  50. {{ get_config('pidfile', '/var/run/salt-master.pid') }}
  51. # The root directory prepended to these options: pki_dir, cachedir,
  52. # sock_dir, log_file, autosign_file, autoreject_file, extension_modules,
  53. # key_logfile, pidfile:
  54. {{ get_config('root_dir', '/') }}
  55. # The path to the master's configuration file.
  56. {{ get_config('conf_file', '/etc/salt/master') }}
  57. # Directory used to store public key data:
  58. {{ get_config('pki_dir', '/etc/salt/pki/master') }}
  59. # Key cache. Increases master speed for large numbers of accepted
  60. # keys. Available options: 'sched'. (Updates on a fixed schedule.)
  61. # Note that enabling this feature means that minions will not be
  62. # available to target for up to the length of the maintanence loop
  63. # which by default is 60s.
  64. {{ get_config('key_cache', '') }}
  65. # Directory to store job and cache data:
  66. # This directory may contain sensitive data and should be protected accordingly.
  67. #
  68. {{ get_config('cachedir', '/var/cache/salt/master') }}
  69. # Directory for custom modules. This directory can contain subdirectories for
  70. # each of Salt's module types such as "runners", "output", "wheel", "modules",
  71. # "states", "returners", etc.
  72. {{ get_config('extension_modules', '<no default>') }}
  73. # Directory for custom modules. This directory can contain subdirectories for
  74. # each of Salt's module types such as "runners", "output", "wheel", "modules",
  75. # "states", "returners", "engines", etc.
  76. # Like 'extension_modules' but can take an array of paths
  77. {% if 'module_dirs' in cfg_master -%}
  78. {%- do default_keys.append('module_dirs') %}
  79. module_dirs:
  80. {%- for dir in cfg_master['module_dirs'] %}
  81. - {{ dir}}
  82. {%- endfor -%}
  83. {% elif 'module_dirs' in cfg_salt -%}
  84. module_dirs:
  85. {%- for dir in cfg_salt['module_dirs'] %}
  86. - {{ dir}}
  87. {%- endfor -%}
  88. {% else -%}
  89. #module_dirs: <no default>
  90. # - /var/cache/salt/minion/extmods
  91. {% endif %}
  92. # Verify and set permissions on configuration directories at startup:
  93. {{ get_config('verify_env', 'True') }}
  94. # Set the number of hours to keep old job information in the job cache:
  95. {{ get_config('keep_jobs', '24') }}
  96. # The number of seconds to wait when the client is requesting information
  97. # about running jobs.
  98. {{ get_config('gather_job_timeout', '10') }}
  99. # Set the default timeout for the salt command and api. The default is 5
  100. # seconds.
  101. {{ get_config('timeout', '5') }}
  102. # The loop_interval option controls the seconds for the master's maintenance
  103. # process check cycle. This process updates file server backends, cleans the
  104. # job cache and executes the scheduler.
  105. {{ get_config('loop_interval', '60') }}
  106. # Set the default outputter used by the salt command. The default is "nested".
  107. {{ get_config('output', 'nested') }}
  108. # Set the default output file used by the salt command. Default is to output
  109. # to the CLI and not to a file. Functions the same way as the "--out-file"
  110. # CLI option, only sets this to a single file for all salt commands.
  111. {{ get_config('output_file', 'None') }}
  112. # Return minions that timeout when running commands like test.ping
  113. {{ get_config('show_timeout', 'True') }}
  114. # By default, output is colored. To disable colored output, set the color value
  115. # to False.
  116. {{ get_config('color', 'True') }}
  117. # Do not strip off the colored output from nested results and state outputs
  118. # (true by default).
  119. {{ get_config('strip_colors', 'False') }}
  120. # To display a summary of the number of minions targeted, the number of
  121. # minions returned, and the number of minions that did not return, set the
  122. # cli_summary value to True. (False by default.)
  123. #
  124. {{ get_config('cli_summary', 'False') }}
  125. # Set the directory used to hold unix sockets:
  126. {{ get_config('sock_dir', '/var/run/salt/master') }}
  127. # The master can take a while to start up when lspci and/or dmidecode is used
  128. # to populate the grains for the master. Enable if you want to see GPU hardware
  129. # data for your master.
  130. {{ get_config('enable_gpu_grains', 'False') }}
  131. # The master maintains a job cache. While this is a great addition, it can be
  132. # a burden on the master for larger deployments (over 5000 minions).
  133. # Disabling the job cache will make previously executed jobs unavailable to
  134. # the jobs system and is not generally recommended.
  135. {{ get_config('job_cache', 'True') }}
  136. # Cache minion grains, pillar and mine data via the cache subsystem in the
  137. # cachedir or a database.
  138. {{ get_config('minion_data_cache', 'True') }}
  139. # Cache subsystem module to use for minion data cache.
  140. {{ get_config('cache', 'localfs') }}
  141. # Enables a fast in-memory cache booster and sets the expiration time.
  142. {{ get_config('memcache_expire_seconds', '0') }}
  143. # Set a memcache limit in items (bank + key) per cache storage (driver + driver_opts).
  144. {{ get_config('memcache_max_items', '1024') }}
  145. # Each time a cache storage got full cleanup all the expired items not just the oldest one.
  146. {{ get_config('memcache_full_cleanup', 'False') }}
  147. # Enable collecting the memcache stats and log it on `debug` log level.
  148. {{ get_config('memcache_debug', 'False') }}
  149. # Store all returns in the given returner.
  150. # Setting this option requires that any returner-specific configuration also
  151. # be set. See various returners in salt/returners for details on required
  152. # configuration values. (See also, event_return_queue below.)
  153. {{ get_config('event_return', 'mysql') }}
  154. # On busy systems, enabling event_returns can cause a considerable load on
  155. # the storage system for returners. Events can be queued on the master and
  156. # stored in a batched fashion using a single transaction for multiple events.
  157. # By default, events are not queued.
  158. {{ get_config('event_return_queue', '0') }}
  159. # Only return events matching tags in a whitelist, supports glob matches.
  160. {% if 'event_return_whitelist' in cfg_master -%}
  161. {%- do default_keys.append('event_return_whitelist') %}
  162. event_return_whitelist:
  163. {%- for event_return in cfg_master['event_return_whitelist'] %}
  164. - {{ event_return }}
  165. {%- endfor -%}
  166. {% elif 'event_return_whitelist' in cfg_salt -%}
  167. event_return_whitelist:
  168. {%- for event_return in cfg_salt['event_return_whitelist'] %}
  169. - {{ event_return }}
  170. {%- endfor -%}
  171. {% else -%}
  172. #event_return_whitelist:
  173. # - salt/master/a_tag
  174. # - salt/run/*/ret
  175. {% endif %}
  176. # Store all event returns **except** the tags in a blacklist supports globs.
  177. {% if 'event_return_blacklist' in cfg_master -%}
  178. {%- do default_keys.append('event_return_blacklist') %}
  179. event_return_blacklist:
  180. {%- for event_return in cfg_master['event_return_blacklist'] %}
  181. - {{ event_return }}
  182. {%- endfor -%}
  183. {% elif 'event_return_blacklist' in cfg_salt -%}
  184. event_return_blacklist:
  185. {%- for event_return in cfg_salt['event_return_blacklist'] %}
  186. - {{ event_return }}
  187. {%- endfor -%}
  188. {% else -%}
  189. #event_return_blacklist:
  190. # - salt/master/not_this_tag
  191. # - salt/wheel/*/ret
  192. {% endif %}
  193. # Passing very large events can cause the minion to consume large amounts of
  194. # memory. This value tunes the maximum size of a message allowed onto the
  195. # master event bus. The value is expressed in bytes.
  196. {{ get_config('max_event_size', '1048576') }}
  197. # By default, the master AES key rotates every 24 hours. The next command
  198. # following a key rotation will trigger a key refresh from the minion which may
  199. # result in minions which do not respond to the first command after a key refresh.
  200. #
  201. # To tell the master to ping all minions immediately after an AES key refresh, set
  202. # ping_on_rotate to True. This should mitigate the issue where a minion does not
  203. # appear to initially respond after a key is rotated.
  204. #
  205. # Note that ping_on_rotate may cause high load on the master immediately after
  206. # the key rotation event as minions reconnect. Consider this carefully if this
  207. # salt master is managing a large number of minions.
  208. #
  209. # If disabled, it is recommended to handle this event by listening for the
  210. # 'aes_key_rotate' event with the 'key' tag and acting appropriately.
  211. {{ get_config('ping_on_rotate', 'False') }}
  212. # By default, the master deletes its cache of minion data when the key for that
  213. # minion is removed. To preserve the cache after key deletion, set
  214. # 'preserve_minion_cache' to True.
  215. #
  216. # WARNING: This may have security implications if compromised minions auth with
  217. # a previous deleted minion ID.
  218. {{ get_config('preserve_minion_cache', 'False') }}
  219. # If max_minions is used in large installations, the master might experience
  220. # high-load situations because of having to check the number of connected
  221. # minions for every authentication. This cache provides the minion-ids of
  222. # all connected minions to all MWorker-processes and greatly improves the
  223. # performance of max_minions.
  224. {{ get_config('con_cache', 'False') }}
  225. # The master can include configuration from other files. To enable this,
  226. # pass a list of paths to this option. The paths can be either relative or
  227. # absolute; if relative, they are considered to be relative to the directory
  228. # the main master configuration file lives in (this file). Paths can make use
  229. # of shell-style globbing. If no files are matched by a path passed to this
  230. # option, then the master will log a warning message.
  231. #
  232. # Include a config file from some other path:
  233. # include: /etc/salt/extra_config
  234. #
  235. # Include config from several files and directories:
  236. # include:
  237. # - /etc/salt/extra_config
  238. {{ get_config('include', '[]') }}
  239. ##### Large-scale tuning settings #####
  240. ##########################################
  241. # Max open files
  242. #
  243. # Each minion connecting to the master uses AT LEAST one file descriptor, the
  244. # master subscription connection. If enough minions connect you might start
  245. # seeing on the console (and then salt-master crashes):
  246. # Too many open files (tcp_listener.cpp:335)
  247. # Aborted (core dumped)
  248. #
  249. # By default this value will be the one of `ulimit -Hn`, ie, the hard limit for
  250. # max open files.
  251. #
  252. # If you wish to set a different value than the default one, uncomment and
  253. # configure this setting. Remember that this value CANNOT be higher than the
  254. # hard limit. Raising the hard limit depends on your OS and/or distribution,
  255. # a good way to find the limit is to search the internet. For example:
  256. # raise max open files hard limit debian
  257. #
  258. {{ get_config('max_open_files', '100000') }}
  259. # The number of worker threads to start. These threads are used to manage
  260. # return calls made from minions to the master. If the master seems to be
  261. # running slowly, increase the number of threads. This setting can not be
  262. # set lower than 3.
  263. {{ get_config('worker_threads', '5') }}
  264. # Set the ZeroMQ high water marks
  265. # http://api.zeromq.org/3-2:zmq-setsockopt
  266. # The listen queue size / backlog
  267. {{ get_config('zmq_backlog', '1000') }}
  268. # The publisher interface ZeroMQPubServerChannel
  269. {{ get_config('pub_hwm', '1000') }}
  270. # These two ZMQ HWM settings, salt_event_pub_hwm and event_publisher_pub_hwm
  271. # are significant for masters with thousands of minions. When these are
  272. # insufficiently high it will manifest in random responses missing in the CLI
  273. # and even missing from the job cache. Masters that have fast CPUs and many
  274. # cores with appropriate worker_threads will not need these set as high.
  275. # On deployment with 8,000 minions, 2.4GHz CPUs, 24 cores, 32GiB memory has
  276. # these settings:
  277. #
  278. # salt_event_pub_hwm: 128000
  279. # event_publisher_pub_hwm: 64000
  280. # ZMQ high-water-mark for SaltEvent pub socket
  281. {{ get_config('salt_event_pub_hwm', '20000') }}
  282. # ZMQ high-water-mark for EventPublisher pub socket
  283. {{ get_config('event_publisher_pub_hwm', '10000') }}
  284. # The master may allocate memory per-event and not
  285. # reclaim it.
  286. # To set a high-water mark for memory allocation, use
  287. # ipc_write_buffer to set a high-water mark for message
  288. # buffering.
  289. # Value: In bytes. Set to 'dynamic' to have Salt select
  290. # a value for you. Default is disabled.
  291. {%- if 'ipc_write_buffer' in cfg_master %}
  292. {{ get_config('ipc_write_buffer', 'dynamic') }}
  293. {%- else %}
  294. # ipc_write_buffer: 'dynamic'
  295. {%- endif %}
  296. ##### Security settings #####
  297. ##########################################
  298. # Enable "open mode", this mode still maintains encryption, but turns off
  299. # authentication, this is only intended for highly secure environments or for
  300. # the situation where your keys end up in a bad state. If you run in open mode
  301. # you do so at your own risk!
  302. {{ get_config('open_mode', 'False') }}
  303. # Enable auto_accept, this setting will automatically accept all incoming
  304. # public keys from the minions. Note that this is insecure.
  305. {{ get_config('auto_accept', 'False') }}
  306. # Time in minutes that an incoming public key with a matching name found in
  307. # pki_dir/minion_autosign/keyid is automatically accepted. Expired autosign keys
  308. # are removed when the master checks the minion_autosign directory.
  309. # 0 equals no timeout
  310. {{ get_config('autosign_timeout', '120') }}
  311. # If the autosign_file is specified, incoming keys specified in the
  312. # autosign_file will be automatically accepted. This is insecure. Regular
  313. # expressions as well as globing lines are supported.
  314. {{ get_config('autosign_file', '/etc/salt/autosign.conf') }}
  315. # Works like autosign_file, but instead allows you to specify minion IDs for
  316. # which keys will automatically be rejected. Will override both membership in
  317. # the autosign_file and the auto_accept setting.
  318. {{ get_config('autoreject_file', '/etc/salt/autoreject.conf') }}
  319. # Enable permissive access to the salt keys. This allows you to run the
  320. # master or minion as root, but have a non-root group be given access to
  321. # your pki_dir. To make the access explicit, root must belong to the group
  322. # you've given access to. This is potentially quite insecure. If an autosign_file
  323. # is specified, enabling permissive_pki_access will allow group access to that
  324. # specific file.
  325. {{ get_config('permissive_pki_access', 'False') }}
  326. # Allow users on the master access to execute specific commands on minions.
  327. # This setting should be treated with care since it opens up execution
  328. # capabilities to non root users. By default this capability is completely
  329. # disabled.
  330. {% if 'publisher_acl' in cfg_master -%}
  331. {%- do default_keys.append('publisher_acl') %}
  332. publisher_acl:
  333. {%- for name, user in cfg_master['publisher_acl']|dictsort %}
  334. {{ name}}:
  335. {%- for command in user %}
  336. - {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
  337. {%- endfor -%}
  338. {%- endfor -%}
  339. {% elif 'publisher_acl' in cfg_salt -%}
  340. publisher_acl:
  341. {%- for name, user in cfg_salt['publisher_acl']|dictsort %}
  342. {{ name }}:
  343. {%- for command in user %}
  344. - {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
  345. {%- endfor -%}
  346. {%- endfor -%}
  347. {% elif 'client_acl' in cfg_master -%}
  348. {%- do default_keys.append('client_acl') %}
  349. publisher_acl:
  350. {%- for name, user in cfg_master['client_acl']|dictsort %}
  351. {{ name}}:
  352. {%- for command in user %}
  353. - {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
  354. {%- endfor -%}
  355. {%- endfor -%}
  356. {% elif 'client_acl' in cfg_salt -%}
  357. publisher_acl:
  358. {%- for name, user in cfg_salt['client_acl']|dictsort %}
  359. {{ name }}:
  360. {%- for command in user %}
  361. - {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
  362. {%- endfor -%}
  363. {%- endfor -%}
  364. {% else -%}
  365. #publisher_acl:
  366. # larry:
  367. # - test.ping
  368. # - network.*
  369. #
  370. {%- endif %}
  371. # Blacklist any of the following users or modules
  372. #
  373. # This example would blacklist all non sudo users, including root from
  374. # running any commands. It would also blacklist any use of the "cmd"
  375. # module. This is completely disabled by default.
  376. #
  377. #
  378. # Check the list of configured users in client ACL against users on the
  379. # system and throw errors if they do not exist.
  380. {{ get_config('client_acl_verify', 'True') }}
  381. #
  382. {% if 'publisher_acl_blacklist' in cfg_master %}
  383. {%- do default_keys.append('publisher_acl_blacklist') %}
  384. publisher_acl_blacklist:
  385. users:
  386. {% for user in cfg_master['publisher_acl_blacklist'].get('users', []) %}
  387. - {{ user }}
  388. {% endfor %}
  389. modules:
  390. {% for mod in cfg_master['publisher_acl_blacklist'].get('modules', []) %}
  391. - {{ mod }}
  392. {% endfor %}
  393. {% elif 'publisher_acl_blacklist' in cfg_salt %}
  394. publisher_acl_blacklist:
  395. users:
  396. {% for user in cfg_salt['publisher_acl_blacklist'].get('users', []) %}
  397. - {{ user }}
  398. {% endfor %}
  399. modules:
  400. {% for mod in cfg_salt['publisher_acl_blacklist'].get('modules', []) %}
  401. - {{ mod }}
  402. {% endfor %}
  403. {% elif 'client_acl_blacklist' in cfg_master %}
  404. {%- do default_keys.append('client_acl_blacklist') %}
  405. publisher_acl_blacklist:
  406. users:
  407. {% for user in cfg_master['client_acl_blacklist'].get('users', []) %}
  408. - {{ user }}
  409. {% endfor %}
  410. modules:
  411. {% for mod in cfg_master['client_acl_blacklist'].get('modules', []) %}
  412. - {{ mod }}
  413. {% endfor %}
  414. {% elif 'client_acl_blacklist' in cfg_salt %}
  415. publisher_acl_blacklist:
  416. users:
  417. {% for user in cfg_salt['client_acl_blacklist'].get('users', []) %}
  418. - {{ user }}
  419. {% endfor %}
  420. modules:
  421. {% for mod in cfg_salt['client_acl_blacklist'].get('modules', []) %}
  422. - {{ mod }}
  423. {% endfor %}
  424. {% else %}
  425. #publisher_acl_blacklist:
  426. # users:
  427. # - root
  428. # - '^(?!sudo_).*$' # all non sudo users
  429. # modules:
  430. # - cmd
  431. {% endif %}
  432. #
  433. # WARNING: client_acl and client_acl_blacklist options are deprecated and will
  434. # be removed in the future releases. Use publisher_acl and
  435. # publisher_acl_blacklist instead.
  436. # Enforce publisher_acl & publisher_acl_blacklist when users have sudo
  437. # access to the salt command.
  438. {{ get_config('sudo_acl', 'False') }}
  439. # The external auth system uses the Salt auth modules to authenticate and
  440. # validate users to access areas of the Salt system.
  441. #external_auth:
  442. # pam:
  443. # fred:
  444. # - test.*
  445. {%- if 'external_auth' in cfg_master %}
  446. {%- do default_keys.append('external_auth') %}
  447. external_auth:
  448. {%- for auth, users in cfg_master['external_auth']|dictsort %}
  449. {{ auth }}:
  450. {%- for user, commands in users.iteritems() %}
  451. {{ user }}:
  452. {%- for command in commands %}
  453. {%- if command is mapping %}
  454. {%- for target, targetcommands in command.iteritems() %}
  455. - {% raw %}'{% endraw %}{{ target }}{% raw %}'{% endraw %}:
  456. {%- for targetcommand in targetcommands %}
  457. {%- if targetcommand is mapping %}
  458. {%- for module, options in targetcommand.iteritems() %}
  459. - {% raw %}'{% endraw %}{{ module }}{% raw %}'{% endraw %}:
  460. {%- for category, arguments in options.iteritems() %}
  461. {% raw %}'{% endraw %}{{ category }}{% raw %}'{% endraw %}:
  462. {%- if arguments is mapping %}
  463. {%- for key, argument in arguments.iteritems() %}
  464. {% raw %}'{% endraw %}{{ key }}{% raw %}'{% endraw %}: {% raw %}'{% endraw %}{{ argument }}{% raw %}'{% endraw %}
  465. {%- endfor %}
  466. {%- else %}
  467. {%- for argument in arguments %}
  468. - {% raw %}'{% endraw %}{{ argument }}{% raw %}'{% endraw %}
  469. {%- endfor %}
  470. {%- endif %}
  471. {%- endfor %}
  472. {%- endfor %}
  473. {%- else %}
  474. - {% raw %}'{% endraw %}{{ targetcommand }}{% raw %}'{% endraw %}
  475. {%- endif %}
  476. {%- endfor %}
  477. {%- endfor %}
  478. {%- else %}
  479. - {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
  480. {%- endif %}
  481. {%- endfor -%}
  482. {%- endfor -%}
  483. {%- endfor -%}
  484. {%- endif %}
  485. # Time (in seconds) for a newly generated token to live. Default: 12 hours
  486. {{ get_config('token_expire', '43200') }}
  487. #
  488. # Allow eauth users to specify the expiry time of the tokens they generate.
  489. # A boolean applies to all users or a dictionary of whitelisted eauth backends
  490. # and usernames may be given.
  491. # token_expire_user_override:
  492. # pam:
  493. # - fred
  494. # - tom
  495. # ldap:
  496. # - gary
  497. #
  498. #token_expire_user_override: False
  499. # Allow minions to push files to the master. This is disabled by default, for
  500. # security purposes.
  501. {{ get_config('file_recv', 'False') }}
  502. # Set a hard-limit on the size of the files that can be pushed to the master.
  503. # It will be interpreted as megabytes. Default: 100
  504. {{ get_config('file_recv_max_size', '100') }}
  505. # Signature verification on messages published from the master.
  506. # This causes the master to cryptographically sign all messages published to its event
  507. # bus, and minions then verify that signature before acting on the message.
  508. #
  509. # This is False by default.
  510. #
  511. # Note that to facilitate interoperability with masters and minions that are different
  512. # versions, if sign_pub_messages is True but a message is received by a minion with
  513. # no signature, it will still be accepted, and a warning message will be logged.
  514. # Conversely, if sign_pub_messages is False, but a minion receives a signed
  515. # message it will be accepted, the signature will not be checked, and a warning message
  516. # will be logged. This behavior went away in Salt 2014.1.0 and these two situations
  517. # will cause minion to throw an exception and drop the message.
  518. {{ get_config('sign_pub_message', 'False') }}
  519. # Use TLS/SSL encrypted connection between master and minion.
  520. # Can be set to a dictionary containing keyword arguments corresponding to Python's
  521. # 'ssl.wrap_socket' method.
  522. # Default is None.
  523. #ssl:
  524. # keyfile: <path_to_keyfile>
  525. # certfile: <path_to_certfile>
  526. # ssl_version: PROTOCOL_TLSv1_2
  527. # Sign the master auth-replies with a cryptographic signature of the masters public key.
  528. # Please see the tutorial how to use these settings in the Multimaster-PKI with Failover Tutorial
  529. {{ get_config('master_sign_pubkey', 'False') }}
  530. # The customizable name of the signing-key-pair without suffix.
  531. # master_sign_key_name: <filename_without_suffix>
  532. {{ get_config('master_sign', '{}') }}
  533. # The name of the file in the masters pki-directory that holds the pre-calculated
  534. # signature of the masters public-key.
  535. # master_pubkey_signature: <filename>
  536. {{ get_config('master_pubkey_signature', '{}') }}
  537. # Instead of computing the signature for each auth-reply, use a pre-calculated signature.
  538. # The master_pubkey_signature must also be set for this.
  539. {{ get_config('master_use_pubkey_signature', 'False') }}
  540. # Rotate the salt-masters AES-key when a minion-public is deleted with salt-key.
  541. # This is a very important security-setting. Disabling it will enable deleted minions to still
  542. # listen in on the messages published by the salt-master.
  543. # Do not disable this unless it is absolutely clear what this does.
  544. {{ get_config('rotate_aes_key', 'True') }}
  545. # Unique ID attribute name for the user. For Active Directory should be set
  546. # to 'sAMAccountName'. Default value is 'memberUid'.
  547. {{ get_config('auth.ldap.accountattributename', 'memberUid') }}
  548. # Set this to True if LDAP is Active Directory. Default is False
  549. {{ get_config('auth.ldap.activedirectory', False) }}
  550. # Bind to LDAP anonymously to determine group membership
  551. # Active Directory does not allow anonymous binds without special configuration
  552. {{ get_config('auth.ldap.anonymous', False) }}
  553. # The base DN under which users can be found in LDAP
  554. {{ get_config('auth.ldap.basedn', '') }}
  555. # The user Salt authenticates to search for a users' Distinguished Name and
  556. # group membership.
  557. {{ get_config('auth.ldap.binddn', '') }}
  558. # The bind password to go along with the bind dn (binddn).
  559. {{ get_config('auth.ldap.bindpw', '') }}
  560. # The filter used to find the DN associated with a user. For most LDAPs use
  561. # the value {% raw %}'uid={{ username }}'{% endraw %}. For Active Directory use the value
  562. # {% raw %}'sAMAccountName={{username}}'{% endraw %}.
  563. {{ get_config('auth.ldap.filter', '') }}
  564. # The attribute used for user group membership. Defaults to 'memberOf'
  565. {{ get_config('auth.ldap.groupattribute', 'memberOf') }}
  566. # LDAP group class. Use 'group' for Active Directory. Defaults to 'posixGroup'
  567. {{ get_config('auth.ldap.groupclass', 'posixGroup') }}
  568. # To specify an OU that contains group data. Not used for Active Directory
  569. # Default value: 'Groups'
  570. {{ get_config('auth.ldap.groupou', 'Groups') }}
  571. # Allows the administrator to strip off a certain set of domain names
  572. # so the hostnames looked up in the directory service can match the minion IDs.
  573. {{ get_config('auth.ldap.minion_stripdomains', []) }}
  574. # Verify server's TLS certificate. Default value: False
  575. {{ get_config('auth.ldap.no_verify', False) }}
  576. # Only for Active Directory. Default value: 'person'
  577. {{ get_config('auth.ldap.persontype', 'person') }}
  578. # Port to connect via. Default value: '389'
  579. {{ get_config('auth.ldap.port', '389') }}
  580. # LDAP scope level, almost always 2. Default value: 2
  581. {{ get_config('auth.ldap.scope', 2) }}
  582. # Server to auth against. Default value: 'localhost'
  583. {{ get_config('auth.ldap.server', 'localhost') }}
  584. # Use TLS when connecting. Default value: False
  585. {{ get_config('auth.ldap.tls', False) }}
  586. # Server specified in URI format. Overrides .ldap.server, .ldap.port,
  587. # .ldap.tls. Default value: ''
  588. {{ get_config('auth.ldap.uri', '') }}
  589. ##### Salt-SSH Configuration #####
  590. ##########################################
  591. # Pass in an alternative location for the salt-ssh roster file
  592. {{ get_config('roster_file', '/etc/salt/roster') }}
  593. # Define locations for roster files so they can be chosen when using Salt API.
  594. # An administrator can place roster files into these locations. Then when
  595. # calling Salt API, parameter 'roster_file' should contain a relative path to
  596. # these locations. That is, "roster_file=/foo/roster" will be resolved as
  597. # "/etc/salt/roster.d/foo/roster" etc. This feature prevents passing insecure
  598. # custom rosters through the Salt API.
  599. #
  600. {%- if 'rosters' in cfg_master %}
  601. rosters:
  602. {% for name in cfg_master['rosters'] -%}
  603. - {{ name }}
  604. {% endfor -%}
  605. {%- else %}
  606. #rosters:
  607. # - /etc/salt/roster.d
  608. # - /opt/salt/some/more/rosters
  609. {%- endif %}
  610. # The log file of the salt-ssh command:
  611. {{ get_config('ssh_log_file', '/var/log/salt/ssh') }}
  612. # Pass in minion option overrides that will be inserted into the SHIM for
  613. # salt-ssh calls. The local minion config is not used for salt-ssh. Can be
  614. # overridden on a per-minion basis in the roster (`minion_opts`)
  615. #ssh_minion_opts:
  616. # gpg_keydir: /root/gpg
  617. {{ get_config('ssh_minion_opts', '{}') }}
  618. # Set this to True to default to using ~/.ssh/id_rsa for salt-ssh
  619. # authentication with minions
  620. {{ get_config('ssh_use_home_key', 'False') }}
  621. ##### Master Module Management #####
  622. ##########################################
  623. # Manage how master side modules are loaded.
  624. # Add any additional locations to look for master runners:
  625. {{ get_config('runner_dirs', '[]') }}
  626. # Enable Cython for master side modules:
  627. {{ get_config('cython_enable', 'False') }}
  628. ##### State System settings #####
  629. ##########################################
  630. # The state system uses a "top" file to tell the minions what environment to
  631. # use and what modules to use. The state_top file is defined relative to the
  632. # root of the base environment as defined in "File Server settings" below.
  633. {{ get_config('state_top', 'top.sls') }}
  634. # The master_tops option replaces the external_nodes option by creating
  635. # a plugable system for the generation of external top data. The external_nodes
  636. # option is deprecated by the master_tops option.
  637. #
  638. # To gain the capabilities of the classic external_nodes system, use the
  639. # following configuration:
  640. # master_tops:
  641. # ext_nodes: <Shell command which returns yaml>
  642. #
  643. #master_tops: {}
  644. {% if 'master_tops' in cfg_master %}
  645. {%- do default_keys.append('master_tops') %}
  646. master_tops:
  647. {%- for master in cfg_master['master_tops'] -%}
  648. {%- if cfg_master['master_tops'][master] is mapping %}
  649. {{ master }}:
  650. {%- for parameter in cfg_master['master_tops'][master] %}
  651. {{ parameter }}: {{ cfg_master['master_tops'][master][parameter] }}
  652. {%- endfor -%}
  653. {%- elif cfg_master['master_tops'][master] is string %}
  654. {{ master }}: {{ cfg_master['master_tops'][master] }}
  655. {%- elif cfg_master['master_tops'][master] is iterable %}
  656. {{ master }}:
  657. {%- for item in cfg_master['master_tops'][master] %}
  658. - {{ item }}
  659. {%- endfor -%}
  660. {%- else %}
  661. {{ master }}: {{ cfg_master['master_tops'][master] }}
  662. {% endif %}
  663. {%- endfor %}
  664. {% endif %}
  665. # The external_nodes option allows Salt to gather data that would normally be
  666. # placed in a top file. The external_nodes option is the executable that will
  667. # return the ENC data. Remember that Salt will look for external nodes AND top
  668. # files and combine the results if both are enabled!
  669. {{ get_config('external_nodes', 'None') }}
  670. # The renderer to use on the minions to render the state data
  671. {{ get_config('renderer', 'yaml_jinja') }}
  672. # The Jinja renderer can strip extra carriage returns and whitespace
  673. # See http://jinja.pocoo.org/docs/api/#high-level-api
  674. #
  675. # If this is set to True the first newline after a Jinja block is removed
  676. # (block, not variable tag!). Defaults to False, corresponds to the Jinja
  677. # environment init variable "trim_blocks".
  678. {{ get_config('jinja_trim_blocks', 'False') }}
  679. #
  680. # If this is set to True leading spaces and tabs are stripped from the start
  681. # of a line to a block. Defaults to False, corresponds to the Jinja
  682. # environment init variable "lstrip_blocks".
  683. {{ get_config('jinja_lstrip_blocks', 'False') }}
  684. # The failhard option tells the minions to stop immediately after the first
  685. # failure detected in the state execution, defaults to False
  686. {{ get_config('failhard', 'False') }}
  687. # The state_verbose and state_output settings can be used to change the way
  688. # state system data is printed to the display. By default all data is printed.
  689. # The state_verbose setting can be set to True or False, when set to False
  690. # all data that has a result of True and no changes will be suppressed.
  691. {{ get_config('state_verbose', 'True') }}
  692. # The state_output setting changes if the output is the full multi line
  693. # output for each changed state if set to 'full', but if set to 'terse'
  694. # the output will be shortened to a single line. If set to 'mixed', the output
  695. # will be terse unless a state failed, in which case that output will be full.
  696. # If set to 'changes', the output will be full unless the state didn't change.
  697. {{ get_config('state_output', 'full') }}
  698. # Automatically aggregate all states that have support for mod_aggregate by
  699. # setting to 'True'. Or pass a list of state module names to automatically
  700. # aggregate just those types.
  701. #
  702. # state_aggregate:
  703. # - pkg
  704. #
  705. #state_aggregate: False
  706. {{ get_config('state_aggregate', '{}') }}
  707. # Send progress events as each function in a state run completes execution
  708. # by setting to 'True'. Progress events are in the format
  709. # 'salt/job/<JID>/prog/<MID>/<RUN NUM>'.
  710. {{ get_config('state_events', 'False') }}
  711. # Enable extra routines for YAML renderer used states containing UTF characters.
  712. {{ get_config('yaml_utf8', 'False') }}
  713. ##### File Server settings #####
  714. ##########################################
  715. # Salt runs a lightweight file server written in zeromq to deliver files to
  716. # minions. This file server is built into the master daemon and does not
  717. # require a dedicated port.
  718. # The file server works on environments passed to the master, each environment
  719. # can have multiple root directories, the subdirectories in the multiple file
  720. # roots cannot match, otherwise the downloaded files will not be able to be
  721. # reliably ensured. A base environment is required to house the top file.
  722. # Example:
  723. # file_roots:
  724. # base:
  725. # - /srv/salt/
  726. # dev:
  727. # - /srv/salt/dev/services
  728. # - /srv/salt/dev/states
  729. # prod:
  730. # - /srv/salt/prod/services
  731. # - /srv/salt/prod/states
  732. #
  733. {% if 'file_roots' in cfg_master -%}
  734. {%- do default_keys.append('file_roots') %}
  735. {{ file_roots(cfg_master['file_roots']) }}
  736. {%- elif 'file_roots' in cfg_salt -%}
  737. {{ file_roots(cfg_salt['file_roots']) }}
  738. {%- elif formulas|length -%}
  739. {{ file_roots({'base': ['/srv/salt']}) }}
  740. {%- else -%}
  741. #file_roots:
  742. # base:
  743. # - /srv/salt
  744. #
  745. {%- endif %}
  746. # When using multiple environments, each with their own top file, the
  747. # default behaviour is an unordered merge. To prevent top files from
  748. # being merged together and instead to only use the top file from the
  749. # requested environment, set this value to 'same'.
  750. {{ get_config('top_file_merging_strategy', 'merge') }}
  751. # To specify the order in which environments are merged, set the ordering
  752. # in the env_order option. Given a conflict, the last matching value will
  753. # win.
  754. {{ get_config('env_order', '["base", "dev", "prod"]') }}
  755. # If top_file_merging_strategy is set to 'same' and an environment does not
  756. # contain a top file, the top file in the environment specified by default_top
  757. # will be used instead.
  758. {{ get_config('default_top', 'base') }}
  759. # The hash_type is the hash to use when discovering the hash of a file on
  760. # the master server. The default is md5 but sha1, sha224, sha256, sha384
  761. # and sha512 are also supported.
  762. #
  763. # WARNING: While md5 and sha1 are also supported, do not use it due to the high chance
  764. # of possible collisions and thus security breach.
  765. #
  766. # Prior to changing this value, the master should be stopped and all Salt
  767. # caches should be cleared.
  768. {{ get_config('hash_type', 'md5') }}
  769. # The buffer size in the file server can be adjusted here:
  770. {{ get_config('file_buffer_size', '1048576') }}
  771. # A regular expression (or a list of expressions) that will be matched
  772. # against the file path before syncing the modules and states to the minions.
  773. # This includes files affected by the file.recurse state.
  774. # For example, if you manage your custom modules and states in subversion
  775. # and don't want all the '.svn' folders and content synced to your minions,
  776. # you could set this to '/\.svn($|/)'. By default nothing is ignored.
  777. {% if 'file_ignore_regex' in cfg_master %}
  778. {%- do default_keys.append('file_ignore_regex') %}
  779. file_ignore_regex:
  780. {% for regex in cfg_master['file_ignore_regex'] %}
  781. - {{ regex }}
  782. {% endfor %}
  783. {% elif 'file_ignore_regex' in cfg_salt %}
  784. file_ignore_regex:
  785. {% for regex in cfg_salt['file_ignore_regex'] %}
  786. - {{ regex }}
  787. {% endfor %}
  788. {% else %}
  789. #file_ignore_regex:
  790. # - '/\.svn($|/)'
  791. # - '/\.git($|/)'
  792. {% endif %}
  793. # A file glob (or list of file globs) that will be matched against the file
  794. # path before syncing the modules and states to the minions. This is similar
  795. # to file_ignore_regex above, but works on globs instead of regex. By default
  796. # nothing is ignored.
  797. {% if 'file_ignore_glob' in cfg_master %}
  798. {%- do default_keys.append('file_ignore_glob') %}
  799. file_ignore_glob:
  800. {% for glob in cfg_master['file_ignore_glob'] %}
  801. - {{ glob }}
  802. {% endfor %}
  803. {% elif 'file_ignore_glob' in cfg_salt %}
  804. file_ignore_glob:
  805. {% for glob in cfg_salt['file_ignore_glob'] %}
  806. - {{ glob }}
  807. {% endfor %}
  808. {% else %}
  809. # file_ignore_glob:
  810. # - '*.pyc'
  811. # - '*/somefolder/*.bak'
  812. # - '*.swp'
  813. {% endif %}
  814. # File Server Backend
  815. #
  816. # Salt supports a modular fileserver backend system, this system allows
  817. # the salt master to link directly to third party systems to gather and
  818. # manage the files available to minions. Multiple backends can be
  819. # configured and will be searched for the requested file in the order in which
  820. # they are defined here. The default setting only enables the standard backend
  821. # "roots" which uses the "file_roots" option.
  822. #fileserver_backend:
  823. # - roots
  824. #
  825. # To use multiple backends list them in the order they are searched:
  826. #fileserver_backend:
  827. # - git
  828. # - roots
  829. {% if 'fileserver_backend' in cfg_master -%}
  830. {%- do default_keys.append('fileserver_backend') %}
  831. fileserver_backend:
  832. {%- for backend in cfg_master['fileserver_backend'] %}
  833. - {{ backend }}
  834. {%- endfor -%}
  835. {%- endif %}
  836. # Uncomment the line below if you do not want the file_server to follow
  837. # symlinks when walking the filesystem tree. This is set to True
  838. # by default. Currently this only applies to the default roots
  839. # fileserver_backend.
  840. {{ get_config('fileserver_followsymlinks', 'False') }}
  841. # Uncomment the line below if you do not want symlinks to be
  842. # treated as the files they are pointing to. By default this is set to
  843. # False. By uncommenting the line below, any detected symlink while listing
  844. # files on the Master will not be returned to the Minion.
  845. {{ get_config('fileserver_ignoresymlinks', 'True') }}
  846. # By default, the Salt fileserver recurses fully into all defined environments
  847. # to attempt to find files. To limit this behavior so that the fileserver only
  848. # traverses directories with SLS files and special Salt directories like _modules,
  849. # enable the option below. This might be useful for installations where a file root
  850. # has a very large number of files and performance is impacted. Default is False.
  851. {{ get_config('fileserver_limit_traversal', 'False') }}
  852. # The fileserver can fire events off every time the fileserver is updated,
  853. # these are disabled by default, but can be easily turned on by setting this
  854. # flag to True
  855. {{ get_config('fileserver_events', 'False') }}
  856. # Git File Server Backend Configuration
  857. #
  858. # Optional parameter used to specify the provider to be used for gitfs. Must
  859. # be one of the following: pygit2, gitpython, or dulwich. If unset, then each
  860. # will be tried in that same order, and the first one with a compatible
  861. # version installed will be the provider that is used.
  862. {{ get_config('gitfs_provider', 'pygit2') }}
  863. # Along with gitfs_password, is used to authenticate to HTTPS remotes.
  864. {{ get_config('gitfs_user', 'git') }}
  865. # Along with gitfs_user, is used to authenticate to HTTPS remotes.
  866. # This parameter is not required if the repository does not use authentication.
  867. {{ get_config('gitfs_password', '') }}
  868. # By default, Salt will not authenticate to an HTTP (non-HTTPS) remote.
  869. # This parameter enables authentication over HTTP. Enable this at your own risk.
  870. {{ get_config('gitfs_insecure_auth', 'False') }}
  871. # Along with gitfs_privkey (and optionally gitfs_passphrase), is used to
  872. # authenticate to SSH remotes. This parameter (or its per-remote counterpart)
  873. # is required for SSH remotes.
  874. {{ get_config('gitfs_pubkey', '') }}
  875. # Along with gitfs_pubkey (and optionally gitfs_passphrase), is used to
  876. # authenticate to SSH remotes. This parameter (or its per-remote counterpart)
  877. # is required for SSH remotes.
  878. {{ get_config('gitfs_privkey', '') }}
  879. # This parameter is optional, required only when the SSH key being used to
  880. # authenticate is protected by a passphrase.
  881. {{ get_config('gitfs_passphrase', '') }}
  882. # When using the git fileserver backend at least one git remote needs to be
  883. # defined. The user running the salt master will need read access to the repo.
  884. #
  885. # The repos will be searched in order to find the file requested by a client
  886. # and the first repo to have the file will return it.
  887. # When using the git backend branches and tags are translated into salt
  888. # environments.
  889. # Note: file:// repos will be treated as a remote, so refs you want used must
  890. # exist in that repo as *local* refs.
  891. {% if 'gitfs_remotes' in cfg_master -%}
  892. {%- do default_keys.append('gitfs_remotes') %}
  893. gitfs_remotes:
  894. {%- for remote in cfg_master['gitfs_remotes'] %}
  895. {%- if remote is iterable and remote is not string %}
  896. {%- for repo, children in remote.items() %}
  897. - {{ repo }}:
  898. {%- for child in children %}
  899. {%- for key, value in child.items() %}
  900. - {{ key }}: {{ value }}
  901. {%- endfor -%}
  902. {%- endfor -%}
  903. {%- endfor -%}
  904. {%- else %}
  905. - {{ remote }}
  906. {%- endif -%}
  907. {%- endfor -%}
  908. {%- endif %}
  909. #gitfs_remotes:
  910. # - git://github.com/saltstack/salt-states.git
  911. # - file:///var/git/saltmaster
  912. #
  913. # The gitfs_ssl_verify option specifies whether to ignore ssl certificate
  914. # errors when contacting the gitfs backend. You might want to set this to
  915. # false if you're using a git backend that uses a self-signed certificate but
  916. # keep in mind that setting this flag to anything other than the default of True
  917. # is a security concern, you may want to try using the ssh transport.
  918. {{ get_config('gitfs_ssl_verify', 'True') }}
  919. # The gitfs_root option gives the ability to serve files from a subdirectory
  920. # within the repository. The path is defined relative to the root of the
  921. # repository and defaults to the repository root.
  922. {{ get_config('gitfs_root', 'somefolder/otherfolder') }}
  923. # The gitfs_env_whitelist and gitfs_env_blacklist parameters allow for greater
  924. # control over which branches/tags are exposed as fileserver environments.
  925. {% if 'gitfs_env_whitelist' in cfg_master -%}
  926. {%- do default_keys.append('gitfs_env_whitelist') %}
  927. gitfs_env_whitelist:
  928. {%- for git_env in cfg_master['gitfs_env_whitelist'] %}
  929. - {{ git_env }}
  930. {%- endfor -%}
  931. {% else -%}
  932. # gitfs_env_whitelist:
  933. # - base
  934. # - v1.*
  935. {% endif %}
  936. {% if 'gitfs_env_blacklist' in cfg_master -%}
  937. {%- do default_keys.append('gitfs_env_blacklist') %}
  938. gitfs_env_blacklist:
  939. {%- for git_env in cfg_master['gitfs_env_blacklist'] %}
  940. - {{ git_env }}
  941. {%- endfor -%}
  942. {% else -%}
  943. # gitfs_env_blacklist:
  944. # - bug/*
  945. # - feature/*
  946. {% endif %}
  947. # S3 File Server Backend Configuration
  948. #
  949. # S3 credentials must be set in the master config file.
  950. # Alternatively, if on EC2 these credentials can be automatically
  951. # loaded from instance metadata.
  952. {% if 's3.keyid' in cfg_master -%}
  953. {{ get_config('s3.keyid', '<no default>') }}
  954. {{ get_config('s3.key', '<no default>') }}
  955. {% else -%}
  956. # s3.keyid: GKTADJGHEIQSXMKKRBJ08H
  957. # s3.key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs
  958. {% endif %}
  959. # This fileserver supports two modes of operation for the buckets:
  960. # - A single bucket per environment
  961. # - Multiple environments per bucket
  962. #
  963. # Note that bucket names must be all lowercase both in the AWS console
  964. # and in Salt, otherwise you may encounter SignatureDoesNotMatch
  965. # errors.
  966. #
  967. # A multiple-environment bucket must adhere to the following root
  968. # directory structure:
  969. #
  970. # s3://<bucket name>/<environment>/<files>
  971. #
  972. # This fileserver back-end requires the use of the MD5 hashing
  973. # algorithm. MD5 may not be compliant with all security policies.
  974. {% if 's3.buckets' in cfg_master -%}
  975. {{ get_config('s3.buckets', '<no default>') }}
  976. {% else -%}
  977. # s3.buckets: #single bucket per environment
  978. # production:
  979. # - bucket1
  980. # - bucket2
  981. # staging:
  982. # - bucket3
  983. # - bucket4
  984. #
  985. # s3.buckets: #multiple environments per bucket
  986. # - bucket1
  987. # - bucket2
  988. # - bucket3
  989. # - bucket4
  990. {% endif %}
  991. ##### Pillar settings #####
  992. ##########################################
  993. # Salt Pillars allow for the building of global data that can be made selectively
  994. # available to different minions based on minion grain filtering. The Salt
  995. # Pillar is laid out in the same fashion as the file server, with environments,
  996. # a top file and sls files. However, pillar data does not need to be in the
  997. # highstate format, and is generally just key/value pairs.
  998. {% if 'pillar_roots' in cfg_master -%}
  999. {%- do default_keys.append('pillar_roots') %}
  1000. pillar_roots:
  1001. {%- for name, roots in cfg_master['pillar_roots']|dictsort %}
  1002. {{ name }}:
  1003. {%- for dir in roots %}
  1004. - {{ dir }}
  1005. {%- endfor -%}
  1006. {%- endfor -%}
  1007. {% elif 'pillar_roots' in cfg_salt -%}
  1008. pillar_roots:
  1009. {%- for name, roots in cfg_salt['pillar_roots']|dictsort %}
  1010. {{ name }}:
  1011. {%- for dir in roots %}
  1012. - {{ dir }}
  1013. {%- endfor -%}
  1014. {%- endfor -%}
  1015. {%- else -%}
  1016. #pillar_roots:
  1017. # base:
  1018. # - /srv/pillar
  1019. #
  1020. {%- endif %}
  1021. {% if 'ext_pillar' in cfg_master %}
  1022. {%- do default_keys.append('ext_pillar') %}
  1023. ext_pillar:
  1024. {%- for pillar in cfg_master['ext_pillar'] -%}
  1025. {%- for key in pillar -%}
  1026. {%- if pillar[key] is string %}
  1027. - {{ key }}: {{ pillar[key] }}
  1028. {#- Workaround for missing `is mapping` on CentOS 6, see #193: #}
  1029. {%- elif pillar[key] is iterable and 'dict' not in pillar[key].__class__.__name__ %}
  1030. - {{ key }}:
  1031. {%- for parameter in pillar[key] %}
  1032. - {{ parameter }}
  1033. {%- endfor -%}
  1034. {#- Workaround for missing `is mapping` on CentOS 6, see #193: #}
  1035. {%- elif 'dict' in pillar[key].__class__.__name__ and pillar[key] is not string %}
  1036. - {{ key }}:
  1037. {%- for parameter in pillar[key] %}
  1038. {{ parameter }}: {{pillar[key][parameter]}}
  1039. {%- endfor %}
  1040. {%- else %}
  1041. # Error in rendering {{ key }}, please read https://docs.saltstack.com/en/latest/topics/development/external_pillars.html#configuration
  1042. {% endif %}
  1043. {%- endfor -%}
  1044. {%- endfor %}
  1045. {% elif 'ext_pillar' in cfg_salt %}
  1046. ext_pillar:
  1047. {% for pillar in cfg_salt['ext_pillar'] %}
  1048. - {{ pillar.items()[0][0] }}: {{ pillar.items()[0][1] }}
  1049. {% endfor %}
  1050. {% else %}
  1051. #ext_pillar:
  1052. # - hiera: /etc/hiera.yaml
  1053. # - cmd_yaml: cat /etc/salt/yaml
  1054. {% endif %}
  1055. # The ext_pillar_first option allows for external pillar sources to populate
  1056. # before file system pillar. This allows for targeting file system pillar from
  1057. # ext_pillar.
  1058. {{ get_config('ext_pillar_first', 'False') }}
  1059. # The external pillars permitted to be used on-demand using pillar.ext
  1060. {%- if 'on_demand_ext_pillar' in cfg_master %}
  1061. on_demand_ext_pillar:
  1062. {% for name in cfg_master['on_demand_ext_pillar'] -%}
  1063. - {{ name }}
  1064. {% endfor -%}
  1065. {%- else %}
  1066. #on_demand_ext_pillar:
  1067. # - libvirt
  1068. # - virtkey
  1069. {%- endif %}
  1070. # The pillar_gitfs_ssl_verify option specifies whether to ignore ssl certificate
  1071. # errors when contacting the pillar gitfs backend. You might want to set this to
  1072. # false if you're using a git backend that uses a self-signed certificate but
  1073. # keep in mind that setting this flag to anything other than the default of True
  1074. # is a security concern, you may want to try using the ssh transport.
  1075. {{ get_config('pillar_gitfs_ssl_verify', 'True') }}
  1076. # The pillar_opts option adds the master configuration file data to a dict in
  1077. # the pillar called "master". This is used to set simple configurations in the
  1078. # master config file that can then be used on minions.
  1079. {{ get_config('pillar_opts', 'False') }}
  1080. # The pillar_safe_render_error option prevents the master from passing pillar
  1081. # render errors to the minion. This is set on by default because the error could
  1082. # contain templating data which would give that minion information it shouldn't
  1083. # have, like a password! When set true the error message will only show:
  1084. # Rendering SLS 'my.sls' failed. Please see master log for details.
  1085. {{ get_config('pillar_safe_render_error', 'True') }}
  1086. # The pillar_source_merging_strategy option allows you to configure merging strategy
  1087. # between different sources. It accepts five values: none, recurse, aggregate, overwrite,
  1088. # or smart. None will not do any merging at all. Recurse will merge recursively mapping of data.
  1089. # Aggregate instructs aggregation of elements between sources that use the #!yamlex renderer. Overwrite
  1090. # will overwrite elements according the order in which they are processed. This is
  1091. # behavior of the 2014.1 branch and earlier. Smart guesses the best strategy based
  1092. # on the "renderer" setting and is the default value.
  1093. {{ get_config('pillar_source_merging_strategy', 'smart') }}
  1094. # Recursively merge lists by aggregating them instead of replacing them.
  1095. {{ get_config('pillar_merge_lists', 'False') }}
  1096. # Set this option to 'True' to force a 'KeyError' to be raised whenever an
  1097. # attempt to retrieve a named value from pillar fails. When this option is set
  1098. # to 'False', the failed attempt returns an empty string. Default is 'False'.
  1099. {{ get_config('pillar_raise_on_missing', 'False') }}
  1100. # Git External Pillar (git_pillar) Configuration Options
  1101. #
  1102. # Specify the provider to be used for git_pillar. Must be either pygit2 or
  1103. # gitpython. If unset, then both will be tried in that same order, and the
  1104. # first one with a compatible version installed will be the provider that
  1105. # is used.
  1106. {{ get_config('git_pillar_provider', 'pygit2') }}
  1107. # If the desired branch matches this value, and the environment is omitted
  1108. # from the git_pillar configuration, then the environment for that git_pillar
  1109. # remote will be base.
  1110. {{ get_config('git_pillar_base', 'master') }}
  1111. # If the branch is omitted from a git_pillar remote, then this branch will
  1112. # be used instead.
  1113. {{ get_config('git_pillar_branch', 'master') }}
  1114. # Environment to use for git_pillar remotes. This is normally derived from
  1115. # the branch/tag (or from a per-remote env parameter), but if set this will
  1116. # override the process of deriving the env from the branch/tag name.
  1117. {{ get_config('git_pillar_env', '') }}
  1118. # Path relative to the root of the repository where the git_pillar top file
  1119. # and SLS files are located.
  1120. {{ get_config('git_pillar_root', 'pillar') }}
  1121. # Specifies whether or not to ignore SSL certificate errors when contacting
  1122. # the remote repository.
  1123. {{ get_config('git_pillar_ssl_verify', True) }}
  1124. # When set to False, if there is an update/checkout lock for a git_pillar
  1125. # remote and the pid written to it is not running on the master, the lock
  1126. # file will be automatically cleared and a new lock will be obtained.
  1127. {{ get_config('git_pillar_global_lock', False) }}
  1128. # Git External Pillar Authentication Options
  1129. #
  1130. # Along with git_pillar_password, is used to authenticate to HTTPS remotes.
  1131. {{ get_config('git_pillar_user', '') }}
  1132. # Along with git_pillar_user, is used to authenticate to HTTPS remotes.
  1133. # This parameter is not required if the repository does not use authentication.
  1134. {{ get_config('git_pillar_password', '') }}
  1135. # By default, Salt will not authenticate to an HTTP (non-HTTPS) remote.
  1136. # This parameter enables authentication over HTTP.
  1137. {{ get_config('git_pillar_insecure_auth', False) }}
  1138. # Along with git_pillar_privkey (and optionally git_pillar_passphrase),
  1139. # is used to authenticate to SSH remotes.
  1140. {{ get_config('git_pillar_pubkey', '') }}
  1141. # Along with git_pillar_pubkey (and optionally git_pillar_passphrase),
  1142. # is used to authenticate to SSH remotes.
  1143. {{ get_config('git_pillar_privkey', '') }}
  1144. # This parameter is optional, required only when the SSH key being used
  1145. # to authenticate is protected by a passphrase.
  1146. {{ get_config('git_pillar_passphrase', '') }}
  1147. # A master can cache pillars locally to bypass the expense of having to render them
  1148. # for each minion on every request. This feature should only be enabled in cases
  1149. # where pillar rendering time is known to be unsatisfactory and any attendant security
  1150. # concerns about storing pillars in a master cache have been addressed.
  1151. #
  1152. # When enabling this feature, be certain to read through the additional ``pillar_cache_*``
  1153. # configuration options to fully understand the tunable parameters and their implications.
  1154. #
  1155. # Note: setting ``pillar_cache: True`` has no effect on targeting Minions with Pillars.
  1156. # See https://docs.saltstack.com/en/latest/topics/targeting/pillar.html
  1157. {{ get_config('pillar_cache', 'False') }}
  1158. # If and only if a master has set ``pillar_cache: True``, the cache TTL controls the amount
  1159. # of time, in seconds, before the cache is considered invalid by a master and a fresh
  1160. # pillar is recompiled and stored.
  1161. {{ get_config('pillar_cache_ttl', '3600') }}
  1162. # If and only if a master has set `pillar_cache: True`, one of several storage providers
  1163. # can be utililzed.
  1164. #
  1165. # `disk`: The default storage backend. This caches rendered pillars to the master cache.
  1166. # Rendered pillars are serialized and deserialized as msgpack structures for speed.
  1167. # Note that pillars are stored UNENCRYPTED. Ensure that the master cache
  1168. # has permissions set appropriately. (Same defaults are provided.)
  1169. #
  1170. # memory: [EXPERIMENTAL] An optional backend for pillar caches which uses a pure-Python
  1171. # in-memory data structure for maximal performance. There are several caveats,
  1172. # however. First, because each master worker contains its own in-memory cache,
  1173. # there is no guarantee of cache consistency between minion requests. This
  1174. # works best in situations where the pillar rarely if ever changes. Secondly,
  1175. # and perhaps more importantly, this means that unencrypted pillars will
  1176. # be accessible to any process which can examine the memory of the ``salt-master``!
  1177. # This may represent a substantial security risk.
  1178. #
  1179. {{ get_config('pillar_cache_backend', 'disk') }}
  1180. ##### Syndic settings #####
  1181. ##########################################
  1182. # The Salt syndic is used to pass commands through a master from a higher
  1183. # master. Using the syndic is simple. If this is a master that will have
  1184. # syndic servers(s) below it, then set the "order_masters" setting to True.
  1185. #
  1186. # If this is a master that will be running a syndic daemon for passthrough, then
  1187. # the "syndic_master" setting needs to be set to the location of the master server
  1188. # to receive commands from.
  1189. # Set the order_masters setting to True if this master will command lower
  1190. # masters' syndic interfaces.
  1191. {{ get_config('order_masters', 'False') }}
  1192. # If this master will be running a salt syndic daemon, syndic_master tells
  1193. # this master where to receive commands from.
  1194. {{ get_config('syndic_master', 'masterofmasters') }}
  1195. # This is the 'ret_port' of the MasterOfMaster:
  1196. {{ get_config('syndic_master_port', '4506') }}
  1197. # PID file of the syndic daemon:
  1198. {{ get_config('syndic_pidfile', '/var/run/salt-syndic.pid') }}
  1199. # LOG file of the syndic daemon:
  1200. {{ get_config('syndic_log_file', '/var/log/salt/syndic') }}
  1201. # The user under which the salt syndic will run.
  1202. {{ get_config('syndic_user', 'root') }}
  1203. # The behaviour of the multi-syndic when connection to a master of masters failed.
  1204. # Can specify ``random`` (default) or ``ordered``. If set to ``random``, masters
  1205. # will be iterated in random order. If ``ordered`` is specified, the configured
  1206. # order will be used.
  1207. {{ get_config('syndic_failover', 'random') }}
  1208. # The number of seconds for the salt client to wait for additional syndics to
  1209. # check in with their lists of expected minions before giving up.
  1210. {{ get_config('syndic_wait', '5') }}
  1211. ##### Peer Publish settings #####
  1212. ##########################################
  1213. # Salt minions can send commands to other minions, but only if the minion is
  1214. # allowed to. By default "Peer Publication" is disabled, and when enabled it
  1215. # is enabled for specific minions and specific commands. This allows secure
  1216. # compartmentalization of commands based on individual minions.
  1217. # The configuration uses regular expressions to match minions and then a list
  1218. # of regular expressions to match functions. The following will allow the
  1219. # minion authenticated as foo.example.com to execute functions from the test
  1220. # and pkg modules.
  1221. #peer:
  1222. # foo.example.com:
  1223. # - test.*
  1224. # - pkg.*
  1225. #
  1226. # This will allow all minions to execute all commands:
  1227. #peer:
  1228. # .*:
  1229. # - .*
  1230. #
  1231. # This is not recommended, since it would allow anyone who gets root on any
  1232. # single minion to instantly have root on all of the minions!
  1233. {% if 'peer' in cfg_master %}
  1234. {%- do default_keys.append('peer') %}
  1235. peer:
  1236. {% for name, roots in cfg_master['peer'].items() %}
  1237. {{ name }}:
  1238. {% for mod in roots %}
  1239. - {{ mod }}
  1240. {% endfor %}
  1241. {% endfor %}
  1242. {% elif 'peer' in cfg_salt %}
  1243. peer:
  1244. {% for name, roots in cfg_salt['peer'].items() %}
  1245. {{ name }}:
  1246. {% for mod in roots %}
  1247. - {{ mod }}
  1248. {% endfor %}
  1249. {% endfor %}
  1250. {% endif %}
  1251. # Minions can also be allowed to execute runners from the salt master.
  1252. # Since executing a runner from the minion could be considered a security risk,
  1253. # it needs to be enabled. This setting functions just like the peer setting
  1254. # except that it opens up runners instead of module functions.
  1255. #
  1256. # All peer runner support is turned off by default and must be enabled before
  1257. # using. This will enable all peer runners for all minions:
  1258. #peer_run:
  1259. # .*:
  1260. # - .*
  1261. #
  1262. # To enable just the manage.up runner for the minion foo.example.com:
  1263. #peer_run:
  1264. # foo.example.com:
  1265. # - manage.up
  1266. {% if 'peer_run' in cfg_master %}
  1267. {%- do default_keys.append('peer_run') %}
  1268. peer_run:
  1269. {%- for name, roots in cfg_master['peer_run'].items() %}
  1270. {{ name }}:
  1271. {%- for mod in roots %}
  1272. - {{ mod }}
  1273. {%- endfor %}
  1274. {%- endfor %}
  1275. {%- elif 'peer_run' in cfg_salt %}
  1276. peer_run:
  1277. {%- for name, roots in cfg_salt['peer_run'].items() %}
  1278. {{ name }}:
  1279. {%- for mod in roots %}
  1280. - {{ mod }}
  1281. {%- endfor %}
  1282. {%- endfor %}
  1283. {%- endif %}
  1284. ##### Mine settings #####
  1285. #####################################
  1286. # Restrict mine.get access from minions. By default any minion has a full access
  1287. # to get all mine data from master cache. In acl definion below, only pcre matches
  1288. # are allowed.
  1289. # mine_get:
  1290. # .*:
  1291. # - .*
  1292. #
  1293. # The example below enables minion foo.example.com to get 'network.interfaces' mine
  1294. # data only, minions web* to get all network.* and disk.* mine data and all other
  1295. # minions won't get any mine data.
  1296. {% if 'mine_get' in cfg_master -%}
  1297. {%- do default_keys.append('mine_get') %}
  1298. mine_get:
  1299. {%- for minion, data in cfg_master['mine_get']|dictsort %}
  1300. {{ minion }}:
  1301. {%- for command in data %}
  1302. - {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
  1303. {%- endfor -%}
  1304. {%- endfor -%}
  1305. {% elif 'mine_get' in cfg_salt -%}
  1306. mine_get:
  1307. {%- for minion, data in cfg_salt['mine_get']|dictsort %}
  1308. {{ minion }}:
  1309. {%- for command in data %}
  1310. - {% raw %}'{% endraw %}{{ command }}{% raw %}'{% endraw %}
  1311. {%- endfor -%}
  1312. {%- endfor -%}
  1313. {% else -%}
  1314. # mine_get:
  1315. # foo.example.com:
  1316. # - network.interfaces
  1317. # web.*:
  1318. # - network.*
  1319. # - disk.*
  1320. {%- endif %}
  1321. ##### Logging settings #####
  1322. ##########################################
  1323. # The location of the master log file
  1324. # The master log can be sent to a regular file, local path name, or network
  1325. # location. Remote logging works best when configured to use rsyslogd(8) (e.g.:
  1326. # ``file:///dev/log``), with rsyslogd(8) configured for network logging. The URI
  1327. # format is: <file|udp|tcp>://<host|socketpath>:<port-if-required>/<log-facility>
  1328. #log_file: /var/log/salt/master
  1329. #log_file: file:///dev/log
  1330. #log_file: udp://loghost:10514
  1331. {{ get_config('log_file', '/var/log/salt/master') }}
  1332. {{ get_config('key_logfile', '/var/log/salt/key') }}
  1333. # The level of messages to send to the console.
  1334. # One of 'garbage', 'trace', 'debug', info', 'warning', 'error', 'critical'.
  1335. #
  1336. # The following log levels are considered INSECURE and may log sensitive data:
  1337. # ['garbage', 'trace', 'debug']
  1338. #
  1339. {{ get_config('log_level', 'warning') }}
  1340. # The level of messages to send to the log file.
  1341. # One of 'garbage', 'trace', 'debug', info', 'warning', 'error', 'critical'.
  1342. # If using 'log_granular_levels' this must be set to the highest desired level.
  1343. {{ get_config('log_level_logfile', 'warning') }}
  1344. # The date and time format used in log messages. Allowed date/time formating
  1345. # can be seen here: http://docs.python.org/library/time.html#time.strftime
  1346. {{ get_config('log_datefmt', "'%H:%M:%S'") }}
  1347. {{ get_config('log_datefmt_logfile', "'%Y-%m-%d %H:%M:%S'") }}
  1348. # The format of the console logging messages. Allowed formatting options can
  1349. # be seen here: http://docs.python.org/library/logging.html#logrecord-attributes
  1350. #
  1351. # Console log colors are specified by these additional formatters:
  1352. #
  1353. # %(colorlevel)s
  1354. # %(colorname)s
  1355. # %(colorprocess)s
  1356. # %(colormsg)s
  1357. #
  1358. # Since it is desirable to include the surrounding brackets, '[' and ']', in
  1359. # the coloring of the messages, these color formatters also include padding as
  1360. # well. Color LogRecord attributes are only available for console logging.
  1361. #
  1362. {{ get_config('log_fmt_console', "'%(colorlevel)s %(colormsg)s'") }}
  1363. {{ get_config('log_fmt_console', "'[%(levelname)-8s] %(message)s'") }}
  1364. {{ get_config('log_fmt_logfile', "'%(asctime)s,%(msecs)03.0f [%(name)-17s][%(levelname)-8s] %(message)s'") }}
  1365. # This can be used to control logging levels more specificically. This
  1366. # example sets the main salt library at the 'warning' level, but sets
  1367. # 'salt.modules' to log at the 'debug' level:
  1368. # log_granular_levels:
  1369. # 'salt': 'warning'
  1370. # 'salt.modules': 'debug'
  1371. #
  1372. {% if 'log_granular_levels' in cfg_master %}
  1373. {%- do default_keys.append('log_granular_levels') %}
  1374. log_granular_levels:
  1375. {% for name, lvl in cfg_master['log_granular_levels'].items() %}
  1376. {{ name }}: {{ lvl }}
  1377. {% endfor %}
  1378. {% elif 'log_granular_levels' in cfg_salt %}
  1379. log_granular_levels:
  1380. {% for name, lvl in cfg_salt['log_granular_levels'].items() %}
  1381. {{ name }}: {{ lvl }}
  1382. {% endfor %}
  1383. {% else %}
  1384. #log_granular_levels: {}
  1385. {% endif %}
  1386. ##### Node Groups ######
  1387. ##########################################
  1388. # Node groups allow for logical groupings of minion nodes. A group consists of
  1389. # a group name and a compound target. Nodgroups can reference other nodegroups
  1390. # with 'N@' classifier. Ensure that you do not have circular references.
  1391. #
  1392. #nodegroups:
  1393. # group1: 'L@foo.domain.com,bar.domain.com,baz.domain.com or bl*.domain.com'
  1394. # group2: 'G@os:Debian and foo.domain.com'
  1395. # group3: 'G@os:Debian and N@group1'
  1396. # group4:
  1397. # - 'G@foo:bar'
  1398. # - 'or'
  1399. # - 'G@foo:baz'
  1400. {%- if 'nodegroups' in cfg_master %}
  1401. {%- do default_keys.append('nodegroups') %}
  1402. nodegroups:
  1403. {%- for name, lvl in cfg_master['nodegroups'].items() %}
  1404. {{ name }}: {{ lvl }}
  1405. {%- endfor %}
  1406. {%- elif 'nodegroups' in cfg_salt %}
  1407. nodegroups:
  1408. {%- for name, lvl in cfg_salt['nodegroups'].items() %}
  1409. {{ name }}: {{ lvl }}
  1410. {%- endfor %}
  1411. {%- endif %}
  1412. ##### Range Cluster settings #####
  1413. ##########################################
  1414. # The range server (and optional port) that serves your cluster information
  1415. # https://github.com/ytoolshed/range/wiki/%22yamlfile%22-module-file-spec
  1416. #
  1417. {{ get_config('range_server', 'range:80') }}
  1418. ##### Windows Software Repo settings #####
  1419. ###########################################
  1420. # Specify the provider to be used for git_pillar. Must be either pygit2 or
  1421. # gitpython. If unset, then both will be tried in that same order, and the
  1422. # first one with a compatible version installed will be the provider that
  1423. # is used.
  1424. {{ get_config('winrepo_provider', 'pygit2') }}
  1425. # Repo settings for 2015.8+ master used with 2015.8+ Windows minions
  1426. #
  1427. # Location of the repo on the master:
  1428. {{ get_config('winrepo_dir_ng', '/srv/salt/win/repo-ng') }}
  1429. # List of git repositories to include with the local repo:
  1430. {% if 'winrepo_remotes_ng' in cfg_master %}
  1431. {%- do default_keys.append('winrepo_remotes_ng') %}
  1432. winrepo_remotes_ng:
  1433. {% for repo in cfg_master['winrepo_remotes_ng'] %}
  1434. - {{ repo }}
  1435. {% endfor %}
  1436. {% elif 'winrepo_remotes_ng' in cfg_salt %}
  1437. winrepo_remotes_ng:
  1438. {% for repo in cfg_salt['winrepo_remotes_ng'] %}
  1439. - {{ repo }}
  1440. {% endfor %}
  1441. {% else %}
  1442. #winrepo_remotes_ng:
  1443. # - 'https://github.com/saltstack/salt-winrepo-ng.git'
  1444. {% endif %}
  1445. # Repo settings for 2015.8+ master used with pre-2015.8 Windows minions
  1446. #
  1447. # Location of the repo on the master:
  1448. {{ get_config('winrepo_dir', '/srv/salt/win/repo') }}
  1449. # Location of the master's repo cache file:
  1450. {{ get_config('winrepo_cachefile', 'winrepo.p') }}
  1451. # List of git repositories to include with the local repo:
  1452. {% if 'winrepo_remotes' in cfg_master %}
  1453. {%- do default_keys.append('winrepo_remotes') %}
  1454. winrepo_remotes:
  1455. {% for repo in cfg_master['winrepo_remotes'] %}
  1456. - {{ repo }}
  1457. {% endfor %}
  1458. {% elif 'winrepo_remotes' in cfg_salt %}
  1459. winrepo_remotes:
  1460. {% for repo in cfg_salt['winrepo_remotes'] %}
  1461. - {{ repo }}
  1462. {% endfor %}
  1463. {% else %}
  1464. #winrepo_remotes:
  1465. # - 'https://github.com/saltstack/salt-winrepo.git'
  1466. {% endif %}
  1467. ##### Windows Software Repo settings - Pre 2015.8 #####
  1468. ########################################################
  1469. # Legacy repo settings for pre-2015.8 Windows minions.
  1470. #
  1471. # Location of the repo on the master:
  1472. {{ get_config('win_repo', '/srv/salt/win/repo') }}
  1473. # Location of the master's repo cache file:
  1474. {{ get_config('win_repo_mastercachefile', '/srv/salt/win/repo/winrepo.p') }}
  1475. # List of git repositories to include with the local repo:
  1476. {% if 'win_gitrepos' in cfg_master %}
  1477. {%- do default_keys.append('win_gitrepos') %}
  1478. win_gitrepos:
  1479. {% for repo in cfg_master['win_gitrepos'] %}
  1480. - {{ repo }}
  1481. {% endfor %}
  1482. {% elif 'win_gitrepos' in cfg_salt %}
  1483. win_gitrepos:
  1484. {% for repo in cfg_salt['win_gitrepos'] %}
  1485. - {{ repo }}
  1486. {% endfor %}
  1487. {% else %}
  1488. #winrepo_remotes:
  1489. # - 'https://github.com/saltstack/salt-winrepo.git'
  1490. {% endif %}
  1491. ##### Returner settings ######
  1492. ############################################
  1493. # Which returner(s) will be used for minion's result:
  1494. #return: mysql
  1495. {{ get_config('return', '')}}
  1496. ###### Miscellaneous settings ######
  1497. ############################################
  1498. # Default match type for filtering events tags: startswith, endswith, find, regex, fnmatch
  1499. {{ get_config('event_match_type', 'startswith') }}
  1500. # Save runner returns to the job cache
  1501. {{ get_config('runner_returns', 'True') }}
  1502. # Permanently include any available Python 3rd party modules into Salt Thin
  1503. # when they are generated for Salt-SSH or other purposes.
  1504. # The modules should be named by the names they are actually imported inside the Python.
  1505. # The value of the parameters can be either one module or a comma separated list of them.
  1506. {%- if 'thin_extra_mods' in cfg_master %}
  1507. {{ get_config('thin_extra_mods', '') }}
  1508. {%- else %}
  1509. #thin_extra_mods: foo,bar
  1510. {%- endif %}
  1511. {%- if 'halite' in cfg_master %}
  1512. {%- do default_keys.append('halite') %}
  1513. ##### Halite #####
  1514. ##########################################
  1515. halite:
  1516. {%- for name, value in cfg_master['halite'].items() %}
  1517. {{ name }}: {{ value }}
  1518. {%- endfor %}
  1519. {%- endif %}
  1520. {%- if 'rest_cherrypy' in cfg_master %}
  1521. {%- do default_keys.append('rest_cherrypy') %}
  1522. ##### rest_cherrypy #####
  1523. ##########################################
  1524. rest_cherrypy:
  1525. {%- for name, value in cfg_master['rest_cherrypy'].items() %}
  1526. {{ name }}: {{ value }}
  1527. {%- endfor %}
  1528. {%- endif %}
  1529. {%- if 'rest_tornado' in cfg_master %}
  1530. {%- do default_keys.append('rest_tornado') %}
  1531. ##### rest_tornado #####
  1532. ###########################################
  1533. rest_tornado:
  1534. {%- for name, value in cfg_master['rest_tornado'].items() %}
  1535. {{ name }}: {{ value }}
  1536. {%- endfor %}
  1537. {%- endif %}
  1538. {%- if 'presence_events' in cfg_master %}
  1539. ##### presence events #####
  1540. ##########################################
  1541. {{ get_config('presence_events', 'False') }}
  1542. {%- endif %}
  1543. {%- if 'consul_config' in cfg_master %}
  1544. {%- do default_keys.append('consul_config') %}
  1545. ##### consul_config #####
  1546. ##########################################
  1547. consul_config:
  1548. {%- for name, value in cfg_master['consul_config'].items() %}
  1549. {{ name }}: {{ value }}
  1550. {%- endfor %}
  1551. {%- endif %}
  1552. {% if 'mongo' in cfg_master -%}
  1553. {%- do default_keys.append('mongo') %}
  1554. ##### mongodb connection settings #####
  1555. ##########################################
  1556. {%- for name, value in cfg_master['mongo'].items() %}
  1557. mongo.{{ name }}: {{ value }}
  1558. {%- endfor %}
  1559. {% if 'alternative.mongo' in cfg_master -%}
  1560. {%- do default_keys.append('alternative.mongo') %}
  1561. {%- for name, value in cfg_master['alternative.mongo'].items() %}
  1562. alternative.mongo.{{ name }}: {{ value }}
  1563. {%- endfor %}
  1564. {% endif %}
  1565. {%- endif %}
  1566. {%- for configname in cfg_master %}
  1567. {%- if configname not in reserved_keys and configname not in default_keys %}
  1568. {{ configname }}:
  1569. {{ cfg_master[configname]| yaml(False) | indent(2) }}
  1570. {%- endif %}
  1571. {%- endfor %}