Changeset - 4a0725cb73a6
[Not reviewed]
0 1 0
Branko Majic (branko) - 2 months ago 2025-01-20 21:37:09
branko@majic.rs
MAR-230: Drop the leftover workaround for testing role parameters with deprecated TLS versions.
1 file changed with 0 insertions and 18 deletions:
0 comments (0 inline, 0 general) First comment
roles/mail_server/molecule/default/prepare.yml
Show inline comments
 
@@ -182,24 +182,6 @@
 
  become: true
 
  tasks:
 

	
 
    - name: Enable TLSv1.0+ in global OpenSSL configuration file in order to be able to test the web_server_tls_protocols parameter
 
      ansible.builtin.blockinfile:
 
        path: "/etc/ssl/openssl.cnf"
 
        block: |
 
          [openssl_init]
 
          ssl_conf = ssl_sect
 

	
 
          [ssl_sect]
 
          system_default = system_default_sect
 

	
 
          [system_default_sect]
 
          MinProtocol = TLSv1.1
 
          CipherString = DEFAULT@SECLEVEL=0
 
        owner: root
 
        group: root
 
        mode: "0644"
 
        state: present
 

	
 
    - name: Set-up the hosts file
 
      ansible.builtin.lineinfile:
 
        path: /etc/hosts
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now