Forum Discussion
Ansible 2.4 bugs
Possible bug with Ansible 2.4 when creating ssl certificate. Certificate/key is not seen in BIGIP.
$ cat create-ssl_certificate-1.yaml
-
hosts: localhost tasks:
- name: Import PEM Certificate from local disk bigip_ssl_certificate: name: test.com server: validate_certs: no user: password: state: present cert_content: "{{ lookup('file', 'test.com.cer') }}" key_content: "{{ lookup('file', 'test.com.key') }}"
[X_GZMN4J@sat1lvdut013 Ansible]$ ansible-playbook create-ssl_certificate-1.yaml --check
PLAY [localhost] *******************************************************************************************************************************************
TASK [Gathering Facts] ************************************************************************************************************************************* ok: [localhost]
TASK [Import PEM Certificate from local disk] ************************************************************************************************************** changed: [localhost]
PLAY RECAP ************************************************************************************************************************************************* localhost : ok=2 changed=1 unreachable=0 failed=0
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
