pan-os-ansible icon indicating copy to clipboard operation
pan-os-ansible copied to clipboard

Add template_is_optional flag to modules

Open mrichardson03 opened this issue 4 years ago • 2 comments

Is your feature request related to a problem?

The flag template_is_optional has been added to the helper module to support resources that can be created directly on Panorama as well as in a template/template stack. This needs to be added to additional modules.

Describe the solution you'd like

Add template_is_optional=True to the following modules:

  • panos_email_profile
  • panos_email_server
  • panos_http_profile
  • panos_http_profile_header
  • panos_http_profile_param
  • panos_http_server
  • panos_snmp_profile
  • panos_snmp_v2c_server
  • panos_snmp_v3_server
  • panos_syslog_profile
  • panos_syslog_server

mrichardson03 avatar Aug 17 '20 15:08 mrichardson03

This is going to require changes in pan-os-python.

mrichardson03 avatar Sep 11 '20 17:09 mrichardson03

This would be a valuable option for automating base panorama configuration settings.

Eric-Jckson avatar Apr 27 '21 12:04 Eric-Jckson