updated openvpn_server state
This commit is contained in:
parent
79cd7f495a
commit
35016786bc
@ -12,13 +12,13 @@ openvpn-server-{{ key }}-config:
|
|||||||
- template: jinja
|
- template: jinja
|
||||||
- context:
|
- context:
|
||||||
ca: |
|
ca: |
|
||||||
{{ instance.ca|indent(8) }}
|
{{ instance.ca|indent(10) }}
|
||||||
cert: |
|
cert: |
|
||||||
{{ instance.cert|indent(8) }}
|
{{ instance.cert|indent(10) }}
|
||||||
key: |
|
key: |
|
||||||
{{ instance.key|indent(8) }}
|
{{ instance.key|indent(10) }}
|
||||||
dh: |
|
dh: |
|
||||||
{{ instance.dh|indent(8) }}
|
{{ instance.dh|indent(10) }}
|
||||||
routes: {{ instance.routes }}
|
routes: {{ instance.routes }}
|
||||||
config: {{ instance.config }}
|
config: {{ instance.config }}
|
||||||
tunnel: {{ instance.tunnel }}
|
tunnel: {{ instance.tunnel }}
|
||||||
|
Loading…
Reference in New Issue
Block a user