diff options
author | Georg Pfuetzenreuter | 2023-02-05 18:43:20 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-02-05 18:43:20 +0100 |
commit | 77fa39e59c15a2235f210128dab821d2e2fd6ae5 (patch) | |
tree | 490a8c08970378cc4c1bd783e52ea7df0a7c5439 /pillar/role | |
parent | 98ea861c1391f652d339704f8be3096b814f0c16 (diff) | |
parent | 5e02090bc6037ac2e30190d97c3717c3fee01f96 (diff) | |
download | salt-77fa39e59c15a2235f210128dab821d2e2fd6ae5.tar.gz salt-77fa39e59c15a2235f210128dab821d2e2fd6ae5.tar.bz2 salt-77fa39e59c15a2235f210128dab821d2e2fd6ae5.zip |
Merge pull request 'deriweb01: import nginx configuration' (#8) from import-deriweb01 into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/8
Diffstat (limited to 'pillar/role')
-rw-r--r-- | pillar/role/web-proxy.sls | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pillar/role/web-proxy.sls b/pillar/role/web-proxy.sls index 1b7497c..2adc81c 100644 --- a/pillar/role/web-proxy.sls +++ b/pillar/role/web-proxy.sls @@ -28,4 +28,9 @@ nginx: {%- endfor %} {%- endif %} - +firewalld: + zones: + internal: + services: + - http + - https |