Forum Discussion
KernelPanic
Nimbostratus
Jan 24, 2018Ansible F5 bigip_profile_client_ssl unrecognized by Ansible
Hi Dev's
I'm automating my app deployments and the play to create a clientssl profile is not working at all. Everything else is working, this module is the only issue, I've tried every mutation and I...
KernelPanic
Nimbostratus
Jan 25, 2018I found that I could use the URI: module as a workaround, but it fails if the profile exists, so you can only use it once, and there is no state option
- name: "Create client SSL profile with specific ciphers"
uri:
url: "https://{{inventory_hostname}}/mgmt/tm/ltm/profile/client-ssl/"
method: "POST"
validate_certs: no
body_format: "json"
user: "{{adminuser}}"
password: "{{adminpass}}"
body:
name: "{{appnm}}_{{dc}}_{{zone}}_clientssl"
partition: "Common"
cert: "/Common/default.crt"
key: "/Common/default.key"
username: "{{adminuser}}"
password: "{{adminpass}}"
delegate_to: localhost
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects