Forum Discussion
Samir
MVP
Jun 26, 2023Generate csr via ansible script
Hi All,
Did any one tried to create CSR via f5 ansible module. I am trying my but can't make it. Written below script but it is unable to find ansible module for csr.
- name: Generate F5 BI...
Paulius
MVP
Jun 26, 2023Samir I have not but it seems like a lot of work to go through to generate a CSR. I definitely need to become more familiar with ansible and then maybe I could assist more with this.
- SamirJun 26, 2023
MVP
Thank yo so much. Source code is correct, I have install all collections from ansible galaxy. Because reset other F5 ansible playbook is working. Infact I have change module to
f5networks.f5_modules.bigip_profile_client_sslBut no luck. I feel development team to have a look n advice.