Add salt state and pillar data for gvaweb
This commit is contained in:
parent
87d2af1a8a
commit
9a557fa69f
6 changed files with 48 additions and 0 deletions
|
@ -19,6 +19,8 @@ generate-dhparam-nginx:
|
|||
- name: openssl dhparam -out {{ ssldir }}/dhparams.pem 2048
|
||||
- umask: 022
|
||||
- runas: root
|
||||
- timeout: 300
|
||||
- output_loglevel: debug
|
||||
- creates: {{ ssldir }}/dhparams.pem
|
||||
- require_in:
|
||||
- file: /etc/nginx/conf.d/ssl.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue