Unverified Commit 5363c65b authored by William Tucker's avatar William Tucker Committed by GitHub
Browse files

Add task to set correct permissions on Diffie-Helman file

parent 850393e2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -50,6 +50,13 @@
    creates: /esg/config/proxy/ssl/dhparam.pem
  when: generate_dhparam

- name: Set permissions on Diffie-Helman file
  file:
    path: /esg/config/proxy/ssl/dhparam.pem
    owner: 1000
    group: 1000
    mode: "u=r,g=,o="

- name: Write proxy configuration
  template:
    src: "{{ nginx_config_template }}"