Changeset - 7b4f6e83237b
[Not reviewed]
0 1 0
Branko Majic (branko) - 7 years ago 2017-04-08 16:43:04
branko@majic.rs
MAR-94: Fixed regular expression for configuring TLS ciphers used in Nginx.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/web_server/tasks/main.yml
Show inline comments
 
@@ -21,7 +21,7 @@
 
    - Restart nginx
 

	
 
- name: Remove TLS protocol configuration from the main configuration file
 
  lineinfile: dest="/etc/nginx/nginx.conf" backrefs=yes regexp="^ssl_protocols" state=absent
 
  lineinfile: dest="/etc/nginx/nginx.conf" backrefs=yes regexp="^\s*ssl_protocols" state=absent
 
  notify:
 
    - Restart nginx
 

	
0 comments (0 inline, 0 general)