Update salt.master role pillar
- add missing settings needed for use in production - correct existing settings with new advancements Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
5d60fe6a34
commit
bcac69683b
@ -15,10 +15,9 @@ salt:
|
||||
file_roots:
|
||||
base:
|
||||
- /srv/formulas/salt-formula
|
||||
gitfs_root: salt
|
||||
gitfs_remotes:
|
||||
- https://git.com.de/LibertaCasa/salt.git:
|
||||
- root: salt
|
||||
- base: production
|
||||
- user: ${'secret_salt:master:gitfs_remotes:LibertaCasa:user'}
|
||||
- password: ${'secret_salt:master:gitfs_remotes:LibertaCasa:password'}
|
||||
ext_pillar:
|
||||
@ -39,8 +38,12 @@ salt:
|
||||
- root: ${'secret_salt:master:ext_pillar:git:Lysergic:root'}
|
||||
- user: ${'secret_salt:master:ext_pillar:git:Lysergic:user'}
|
||||
- password: ${'secret_salt:master:ext_pillar:git:Lysergic:password'}
|
||||
- lookup:
|
||||
ext_pillar_first: True
|
||||
pillar_merge_lists: True
|
||||
pillar_source_merging_strategy: smart
|
||||
top_file_merging_strategy: same
|
||||
env_order: ['production']
|
||||
log_level: info
|
||||
show_jid: True
|
||||
timeout: 20
|
||||
|
Loading…
Reference in New Issue
Block a user