Allow saltenv/pillarenv override #45

Merged
Georg merged 1 commits from saltenv into production 2023-04-30 14:49:12 +02:00
Showing only changes of commit d4f39e8e5f - Show all commits

View File

@ -21,7 +21,7 @@ salt:
- roots
- git
file_roots:
production:
__env__:
{%- for formula in formulas %}
- /srv/formulas/{{ formula }}-formula
{%- endfor %}
@ -30,6 +30,7 @@ salt:
- https://git.com.de/LibertaCasa/salt.git:
- user: ${'secret_salt:master:gitfs_remotes:LibertaCasa:user'}
- password: ${'secret_salt:master:gitfs_remotes:LibertaCasa:password'}
- fallback: production
ext_pillar:
- netbox:
api_url: ${'secret_salt:master:ext_pillar:netbox:api_url'}
@ -53,7 +54,6 @@ salt:
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