cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Who Me Too'd this solution

L1 Bithead

Thanks for your reply, Steve.

 

I got this working using the panos_type_cmd module with the code below.

 

  - name: Update SSL TLS profile cert
    panos_type_cmd:
      provider: '{{ palo_provider }}'
      xpath: |
        /config/shared/ssl-tls-service-profile/entry[@name='PROFILE-NAME']
      element: |
        <certificate>{{ cert_name }}</certificate>

View solution in original post

Who Me Too'd this solution