|
|
|
@ -1,6 +1,12 @@
@@ -1,6 +1,12 @@
|
|
|
|
|
#!jinja|yaml |
|
|
|
|
--- |
|
|
|
|
{% from "app/oauth2_proxy/map.jinja" import config, config_file with context %} |
|
|
|
|
{% from "app/oauth2_proxy/map.jinja" import config, config_file, settings with context %} |
|
|
|
|
|
|
|
|
|
{{ settings.conf_dir }}: |
|
|
|
|
file.directory: |
|
|
|
|
- makedirs: true |
|
|
|
|
- user: 2000 |
|
|
|
|
- group: 2000 |
|
|
|
|
|
|
|
|
|
{{ config_file }}: |
|
|
|
|
file.serialize: |
|
|
|
|