Hi Garri, Have you seen that the uri module has a ciphers verb as per below.
https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/uri.py <https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/uri.py> https://github.com/ansible/ansible/pull/78650 - name: Provide SSL/TLS ciphers as a list uri: url: https://example.org ciphers: - '@SECLEVEL=2' Regards Steve Maher > On 13 Aug 2024, at 11:44, Garri Djavadyan <[email protected]> wrote: > > SECLEVEL -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/669345F2-CAEF-46DD-BF6A-CCBDE0E31512%40gmail.com.
